Skip to content

Commit

Permalink
Fixing issue from upstream changes
Browse files Browse the repository at this point in the history
  • Loading branch information
trowgundam committed Apr 17, 2022
1 parent 38d61c9 commit 134c2a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/XIVLauncher/Windows/OtpUriSetupWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ private async Task OtpCodeUpdater(CancellationToken token)

try
{
await ChangeCheckBox(OtpCodeCheckBox, Util.GetTotpToken(_tokenInfo.Value.Secret, _tokenInfo.Value.Algorithm, _tokenInfo.Value.Digits, _tokenInfo.Value.Period), true);
await ChangeCheckBox(OtpCodeCheckBox, Common.Util.GetTotpToken(_tokenInfo.Value.Secret, _tokenInfo.Value.Algorithm, _tokenInfo.Value.Digits, _tokenInfo.Value.Period), true);
}
catch (Exception)
{
Expand Down

0 comments on commit 134c2a7

Please sign in to comment.