fix: update email placeholder in profile settings tab
This commit is contained in:
@@ -565,7 +565,7 @@ class _ChangeEmailSheetState extends State<_ChangeEmailSheet> {
|
||||
enableSuggestions: false,
|
||||
textCapitalization: TextCapitalization.none,
|
||||
autofillHints: const [AutofillHints.email],
|
||||
decoration: _decoration('new@example.com'),
|
||||
decoration: _decoration('example@re-quest.com'),
|
||||
),
|
||||
const SizedBox(height: 14),
|
||||
_label('Current Password'),
|
||||
|
||||
Reference in New Issue
Block a user