mirror of
https://github.com/moparisthebest/keepass2android
synced 2024-12-23 07:28:48 -05:00
fix incorrect display of OTP secret encoding in recovery screen
This commit is contained in:
parent
c048399c63
commit
39555fcdaf
@ -35,7 +35,7 @@ namespace OtpKeyProv
|
|||||||
private const string FmtDec = "Dec";
|
private const string FmtDec = "Dec";
|
||||||
|
|
||||||
public static readonly string[] Formats = new string[]{
|
public static readonly string[] Formats = new string[]{
|
||||||
FmtHex, FmtBase64, FmtBase32, FmtUtf8, FmtDec
|
FmtHex, FmtBase64, FmtUtf8, FmtDec, FmtBase32
|
||||||
};
|
};
|
||||||
|
|
||||||
public static OtpDataFmt? GetOtpDataFormat(String strFmt)
|
public static OtpDataFmt? GetOtpDataFormat(String strFmt)
|
||||||
|
Loading…
Reference in New Issue
Block a user