Compare commits

...

1 Commits

Author SHA1 Message Date
Neeraj Gupta
cf6b4f5423 Enable import for 2fas v4 (#372) 2023-11-26 14:19:33 +05:30
2 changed files with 2 additions and 2 deletions

View File

@@ -87,7 +87,7 @@ Future<int?> _process2FasExportFile(
final jsonString = await file.readAsString();
final decodedJson = jsonDecode(jsonString);
int version = (decodedJson['schemaVersion'] ?? 0) as int;
if (version != 3) {
if (version != 3 && version != 4) {
await dialog.hide();
// todo: extract strings for l10n. Use same naming format as in aegis
// to avoid duplicate translation efforts.

View File

@@ -1,6 +1,6 @@
name: ente_auth
description: ente two-factor authenticator
version: 2.0.24+224
version: 2.0.25+225
publish_to: none
environment: