add otp
This commit is contained in:
@@ -191,6 +191,10 @@ class _LoginPageState extends ConsumerState<LoginPage> {
|
||||
|
||||
// Support Link
|
||||
_buildSupportLink(),
|
||||
|
||||
TextButton(onPressed: () {
|
||||
context.pushNamed(RouteNames.otpVerification);
|
||||
}, child: Text('otp'))
|
||||
],
|
||||
),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user