Skip to content

Commit fd24eb7

Browse files
committed
feat(authentication): update demo code hint for consistency
This change updates the demo verification code hint on the email code verification page to use a hardcoded string. This makes its implementation consistent with the recently added demo email hint, ensuring both are displayed in the same manner during demonstrations.
1 parent 0842fbc commit fd24eb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/authentication/view/email_code_verification_page.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ class EmailCodeVerificationPage extends StatelessWidget {
8282
children: [
8383
const SizedBox(height: AppSpacing.md),
8484
Text(
85-
l10n.demoVerificationCodeMessage('123456'),
85+
'For demo, use code: 123456',
8686
style: textTheme.bodyMedium?.copyWith(
8787
color: colorScheme.secondary,
8888
fontWeight: FontWeight.bold,

0 commit comments

Comments
 (0)