We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2f6fdc4 + 4f698cb commit 1727d88Copy full SHA for 1727d88
lib/authentication/view/request_code_page.dart
@@ -82,7 +82,7 @@ class _RequestCodeView extends StatelessWidget {
82
} else if (state.status ==
83
AuthenticationStatus.requestCodeSuccess) {
84
// Navigate to the code verification page on success, passing the email
85
- context.goNamed(
+ context.pushNamed(
86
isLinkingContext
87
? Routes.linkingVerifyCodeName
88
: Routes.verifyCodeName,
0 commit comments