mirror of
https://github.com/Yubico/yubioath-flutter.git
synced 2024-11-26 10:33:15 +03:00
fix Security Key app page
This commit is contained in:
parent
9451cddd76
commit
b70914cea1
@ -545,7 +545,11 @@ class _AppPageState extends ConsumerState<AppPage> {
|
||||
body
|
||||
]),
|
||||
)),
|
||||
if (hasManage && !hasDetailsOrKeyActions)
|
||||
if (hasManage &&
|
||||
!hasDetailsOrKeyActions &&
|
||||
widget.capabilities?.first != Capability.u2f)
|
||||
// Add a placeholder for the Manage/Details column, but not for
|
||||
// the "Security Key" because it does not have any actions/details.
|
||||
const SizedBox(width: 336), // simulate column
|
||||
if (hasManage && hasDetailsOrKeyActions)
|
||||
_VisibilityListener(
|
||||
|
Loading…
Reference in New Issue
Block a user