prepare for oauth
This commit is contained in:
parent
bd3e05b354
commit
e31246c892
4 changed files with 2 additions and 2 deletions
0
lib/api/auth/secrets.dart
Normal file
0
lib/api/auth/secrets.dart
Normal 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",
|
||||
|
|
|
@ -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()))
|
||||
|
|
Loading…
Reference in a new issue