fix for resend, cooldown and a few small fixes
This commit is contained in:
@@ -45,6 +45,9 @@ GoRouter createRouter() => GoRouter(
|
||||
email: state.extra is SignupConfirmationArgs
|
||||
? (state.extra as SignupConfirmationArgs).email
|
||||
: null,
|
||||
password: state.extra is SignupConfirmationArgs
|
||||
? (state.extra as SignupConfirmationArgs).password
|
||||
: null,
|
||||
),
|
||||
),
|
||||
GoRoute(
|
||||
@@ -57,4 +60,4 @@ GoRouter createRouter() => GoRouter(
|
||||
payoutShellRoute(),
|
||||
],
|
||||
errorBuilder: (_, _) => const NotFoundPage(),
|
||||
);
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user