This commit is contained in:
Daniah Ayad Al-sultani
2025-12-03 16:54:37 +03:00
parent f6dacd9a1a
commit 0ffb5c146d
2 changed files with 82 additions and 8 deletions

View File

@@ -108,7 +108,7 @@ class AttendanceScreen extends StatelessWidget {
builder:
(context) => LoginAnimationScreen(
isLogin: true,
isSuccess: true,
isSuccess: false,
),
),
);