mirror of
https://github.com/Yubico/yubioath-flutter.git
synced 2024-11-22 16:32:01 +03:00
fix formatting
This commit is contained in:
parent
22e94e633e
commit
5f4b136718
@ -36,6 +36,7 @@ final _log = Logger('fido.views.pin_dialog');
|
||||
class FidoPinDialog extends ConsumerStatefulWidget {
|
||||
final DevicePath devicePath;
|
||||
final FidoState state;
|
||||
|
||||
const FidoPinDialog(this.devicePath, this.state, {super.key});
|
||||
|
||||
@override
|
||||
@ -216,7 +217,7 @@ class _FidoPinDialogState extends ConsumerState<FidoPinDialog> {
|
||||
}
|
||||
});
|
||||
});
|
||||
} on CancellationException catch (_) {
|
||||
} on CancellationException catch (_) {
|
||||
// ignored
|
||||
} catch (e) {
|
||||
_log.error('Failed to set PIN', e);
|
||||
|
@ -28,6 +28,7 @@ import '../state.dart';
|
||||
|
||||
class PinDialog extends ConsumerStatefulWidget {
|
||||
final DevicePath devicePath;
|
||||
|
||||
const PinDialog(this.devicePath, {super.key});
|
||||
|
||||
@override
|
||||
|
Loading…
Reference in New Issue
Block a user