mirror of
https://github.com/Yubico/yubioath-flutter.git
synced 2024-11-22 16:32:01 +03:00
fix lint warning
This commit is contained in:
parent
0dd67b1078
commit
3a6b9e1abc
@ -68,8 +68,8 @@ class _FidoPinDialogState extends ConsumerState<FidoPinDialog> {
|
||||
actions: [
|
||||
TextButton(
|
||||
onPressed: isValid ? _submit : null,
|
||||
child: Text(l10n.s_save),
|
||||
key: saveButton,
|
||||
child: Text(l10n.s_save),
|
||||
),
|
||||
],
|
||||
child: Padding(
|
||||
|
Loading…
Reference in New Issue
Block a user