prepare for oauth

This commit is contained in:
zoe 2022-06-17 13:03:52 +02:00
parent bd3e05b354
commit e31246c892
4 changed files with 2 additions and 2 deletions

View File

View File

@ -1,5 +1,5 @@
{
"greeting": "Hello!",
"greeting": "hello!",
"user-id-not-valid": "Sorry, this user id doesn't look quite right... ",
"user-id": "user id",
"user-id-example": "user@example.com",

View File

@ -60,7 +60,7 @@ class _LoginFormState extends State<LoginForm> {
),
TextButton.icon(
onPressed: () {
final isValid = formKey.currentState!.validate();
formKey.currentState!.validate();
},
icon: const Icon(Icons.login),
label: Text("authorize-in-browser".i18n()))