fix: confusing login screen hint text

iOS will not allow typing colons on email type text field
This commit is contained in:
Your Name 2025-06-30 19:21:23 -05:00
parent 87a2449f41
commit 8025653ced

View file

@ -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,
),
),