|
|
|
@ -356,6 +356,11 @@ class VerificationPage extends StatelessWidget {
|
|
|
|
ForgetPasswordPage()),
|
|
|
|
ForgetPasswordPage()),
|
|
|
|
);
|
|
|
|
);
|
|
|
|
},
|
|
|
|
},
|
|
|
|
|
|
|
|
child: InkWell(
|
|
|
|
|
|
|
|
onTap: () async {
|
|
|
|
|
|
|
|
await authenticationViewModel
|
|
|
|
|
|
|
|
.getOpt(authenticationViewModel.userId);
|
|
|
|
|
|
|
|
},
|
|
|
|
child: Text(
|
|
|
|
child: Text(
|
|
|
|
"Resend OPT?",
|
|
|
|
"Resend OPT?",
|
|
|
|
style: TextStyle(
|
|
|
|
style: TextStyle(
|
|
|
|
@ -363,6 +368,7 @@ class VerificationPage extends StatelessWidget {
|
|
|
|
color: Theme.of(context).primaryColor),
|
|
|
|
color: Theme.of(context).primaryColor),
|
|
|
|
),
|
|
|
|
),
|
|
|
|
),
|
|
|
|
),
|
|
|
|
|
|
|
|
),
|
|
|
|
],
|
|
|
|
],
|
|
|
|
),
|
|
|
|
),
|
|
|
|
],
|
|
|
|
],
|
|
|
|
|