[auth] Minor fixes
This commit is contained in:
@@ -107,6 +107,7 @@ Future<int?> _processBitwardenExportFile(
|
||||
secret,
|
||||
null,
|
||||
Code.steamDigits,
|
||||
null,
|
||||
);
|
||||
} else {
|
||||
var issuer = item['name'] ?? '';
|
||||
@@ -118,6 +119,7 @@ Future<int?> _processBitwardenExportFile(
|
||||
totp,
|
||||
null,
|
||||
Code.defaultDigits,
|
||||
null,
|
||||
);
|
||||
}
|
||||
if (folderID != null && folderIdToName.containsKey(folderID)) {
|
||||
|
||||
Reference in New Issue
Block a user