fix: confusing login screen hint text
iOS will not allow typing colons on email type text field
This commit is contained in:
parent
87a2449f41
commit
8025653ced
1 changed files with 1 additions and 1 deletions
|
|
@ -68,7 +68,7 @@ class LoginView extends StatelessWidget {
|
|||
prefixIcon: const Icon(Icons.account_box_outlined),
|
||||
errorText: controller.usernameError,
|
||||
errorStyle: const TextStyle(color: Colors.orange),
|
||||
hintText: '@username:domain',
|
||||
hintText: 'username or email',
|
||||
labelText: L10n.of(context).emailOrUsername,
|
||||
),
|
||||
),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue