Skip to content

Commit

Permalink
fix AuthToken variant index
Browse files Browse the repository at this point in the history
  • Loading branch information
silva-fj committed Jan 7, 2025
1 parent dbfa767 commit 4df7f9f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ pub type VerificationCode = String;
pub enum TCAuthentication {
Web3(LitentryMultiSignature),
Email(VerificationCode),
OAuth2(OAuth2Data),
AuthToken(String),
OAuth2(OAuth2Data),
}

impl From<TCAuthentication> for OmniAccountAuthType {
Expand Down

0 comments on commit 4df7f9f

Please sign in to comment.