This commit is contained in:
Phuoc Nguyen
2025-11-07 17:09:34 +07:00
parent 9e55983d82
commit c0df1687a0
3 changed files with 604 additions and 0 deletions

View File

@@ -191,6 +191,10 @@ class _LoginPageState extends ConsumerState<LoginPage> {
// Support Link
_buildSupportLink(),
TextButton(onPressed: () {
context.pushNamed(RouteNames.otpVerification);
}, child: Text('otp'))
],
),
),