Skip to content

Commit

Permalink
SDA does not support moving authenticators, so we shouldn't support e…
Browse files Browse the repository at this point in the history
…ntering codes
  • Loading branch information
Jessecar96 committed Jul 7, 2023
1 parent bb94095 commit 82adc8d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Steam Desktop Authenticator/UserFormAuthenticator.cs
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,8 @@ public async Task<string> GetDeviceCodeAsync(bool previousCodeWasIncorrect)

if (account == null)
{
InputForm inputForm = new InputForm("Enter a Steam guard code from your current authenticator:");
inputForm.ShowDialog();
deviceCode = inputForm.Text;
MessageBox.Show("This account already has an authenticator linked. You must remove that authenticator to add SDA as your authenticator.", "Steam Login", MessageBoxButtons.OK, MessageBoxIcon.Error);
return null;
}
else
{
Expand Down

0 comments on commit 82adc8d

Please sign in to comment.