mirror of
https://github.com/Yubico/yubioath-flutter.git
synced 2024-11-26 10:33:15 +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 {
|
class FidoPinDialog extends ConsumerStatefulWidget {
|
||||||
final DevicePath devicePath;
|
final DevicePath devicePath;
|
||||||
final FidoState state;
|
final FidoState state;
|
||||||
|
|
||||||
const FidoPinDialog(this.devicePath, this.state, {super.key});
|
const FidoPinDialog(this.devicePath, this.state, {super.key});
|
||||||
|
|
||||||
@override
|
@override
|
||||||
@ -216,7 +217,7 @@ class _FidoPinDialogState extends ConsumerState<FidoPinDialog> {
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
} on CancellationException catch (_) {
|
} on CancellationException catch (_) {
|
||||||
// ignored
|
// ignored
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
_log.error('Failed to set PIN', e);
|
_log.error('Failed to set PIN', e);
|
||||||
|
@ -28,6 +28,7 @@ import '../state.dart';
|
|||||||
|
|
||||||
class PinDialog extends ConsumerStatefulWidget {
|
class PinDialog extends ConsumerStatefulWidget {
|
||||||
final DevicePath devicePath;
|
final DevicePath devicePath;
|
||||||
|
|
||||||
const PinDialog(this.devicePath, {super.key});
|
const PinDialog(this.devicePath, {super.key});
|
||||||
|
|
||||||
@override
|
@override
|
||||||
|
Loading…
Reference in New Issue
Block a user