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.
1 parent 157be29 commit ca4ac81Copy full SHA for ca4ac81
lib/router/router.dart
@@ -98,8 +98,7 @@ GoRouter createRouter({
98
builder: (BuildContext context, GoRouterState state) {
99
final l10n = context.l10n;
100
const headline = 'Sign In to Dashboard';
101
- const subHeadline =
102
- 'Enter your email to get a verification code.';
+ const subHeadline = 'Enter your email to get a verification code.';
103
const showAnonymousButton = false;
104
105
return BlocProvider(
0 commit comments