Skip to content

Commit

Permalink
add 2fas steam type
Browse files Browse the repository at this point in the history
  • Loading branch information
jamie-mh committed Feb 3, 2024
1 parent ab4b956 commit c61966e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@ public Authenticator Convert(IIconResolver iconResolver)
{
"TOTP" => AuthenticatorType.Totp,
"HOTP" => AuthenticatorType.Hotp,
"STEAM" => AuthenticatorType.SteamOtp,
_ => throw new ArgumentException($"Type '{Otp.TokenType}' not supported")
};

Expand Down

0 comments on commit c61966e

Please sign in to comment.