fix broken steam support

This commit is contained in:
Philipp Crocoll
2021-03-08 09:48:56 +01:00
parent ef71df7d5f
commit 9eab59dcbe

View File

@@ -117,6 +117,8 @@ namespace PluginTOTP
string[] Settings = SettingsGet(entryFields);
res.Duration = Settings[0];
res.Length = Settings[1];
if (res.Length == "S")
res.Encoder = TotpData.EncoderSteam;
if (ValidUrl)
{
NoTimeCorrection = true;