mirror of
https://github.com/Yubico/yubioath-flutter.git
synced 2024-11-22 16:32:01 +03:00
fix flicker on Passkeys loading page
This commit is contained in:
parent
9a5564d97f
commit
18718921cb
@ -59,6 +59,8 @@ class PasskeysScreen extends ConsumerWidget {
|
|||||||
final l10n = AppLocalizations.of(context)!;
|
final l10n = AppLocalizations.of(context)!;
|
||||||
return ref.watch(fidoStateProvider(deviceData.node.path)).when(
|
return ref.watch(fidoStateProvider(deviceData.node.path)).when(
|
||||||
loading: () => AppPage(
|
loading: () => AppPage(
|
||||||
|
title: l10n.s_passkeys,
|
||||||
|
capabilities: const [Capability.fido2],
|
||||||
centered: true,
|
centered: true,
|
||||||
delayedContent: true,
|
delayedContent: true,
|
||||||
builder: (context, _) => const CircularProgressIndicator(),
|
builder: (context, _) => const CircularProgressIndicator(),
|
||||||
|
Loading…
Reference in New Issue
Block a user