mirror of
https://github.com/Yubico/yubioath-flutter.git
synced 2024-11-22 00:12:09 +03:00
Add TODO for FIPS-locked actions
This commit is contained in:
parent
2842dcd2c8
commit
6e23be2c4f
@ -312,6 +312,7 @@ class PivActions extends ConsumerWidget {
|
||||
List<ActionItem> buildSlotActions(
|
||||
PivState pivState, PivSlot slot, bool fipsUnready, AppLocalizations l10n) {
|
||||
if (fipsUnready) {
|
||||
// TODO: Decide on final look and move strings to .arb file.
|
||||
return [
|
||||
ActionItem(
|
||||
icon: const Icon(Symbols.add),
|
||||
|
Loading…
Reference in New Issue
Block a user