fix: update email placeholder in profile settings tab

This commit is contained in:
pradeepkumar
2026-05-06 14:45:38 +05:30
parent 03ab3bbe0e
commit 6e77dc9d27

View File

@@ -565,7 +565,7 @@ class _ChangeEmailSheetState extends State<_ChangeEmailSheet> {
enableSuggestions: false, enableSuggestions: false,
textCapitalization: TextCapitalization.none, textCapitalization: TextCapitalization.none,
autofillHints: const [AutofillHints.email], autofillHints: const [AutofillHints.email],
decoration: _decoration('new@example.com'), decoration: _decoration('example@re-quest.com'),
), ),
const SizedBox(height: 14), const SizedBox(height: 14),
_label('Current Password'), _label('Current Password'),