|
|
@ -40,8 +40,7 @@ class LoginView extends StatelessWidget {
|
|
|
|
controller.loading ? null : [AutofillHints.username],
|
|
|
|
controller.loading ? null : [AutofillHints.username],
|
|
|
|
decoration: InputDecoration(
|
|
|
|
decoration: InputDecoration(
|
|
|
|
prefixIcon: Icon(Icons.account_box_outlined),
|
|
|
|
prefixIcon: Icon(Icons.account_box_outlined),
|
|
|
|
hintText:
|
|
|
|
hintText: L10n.of(context).username,
|
|
|
|
'@${L10n.of(context).username.toLowerCase()}:domain',
|
|
|
|
|
|
|
|
errorText: controller.usernameError,
|
|
|
|
errorText: controller.usernameError,
|
|
|
|
labelText: L10n.of(context).username),
|
|
|
|
labelText: L10n.of(context).username),
|
|
|
|
),
|
|
|
|
),
|
|
|
|