Update: 2026-05-06 04:02:34

This commit is contained in:
Hamza-Ayed
2026-05-06 04:02:34 +03:00
parent 164651eb6d
commit 0dcced4142
13 changed files with 338 additions and 12 deletions

View File

@@ -5,6 +5,7 @@ abstract class AppRoutes {
static const PHONE_INPUT = '/phone-input';
static const OTP_VERIFY = '/otp-verify';
static const BIOMETRIC_SETUP = '/biometric-setup';
static const BIOMETRIC_AUTH = '/biometric-auth';
static const LOGIN = '/login';
static const DASHBOARD = '/dashboard';
}