Skip to content

Commit

Permalink
fix: Add magiclink as authenticaiton method in mfa (#967)
Browse files Browse the repository at this point in the history
fix: add magiclink as authenticaiton method in mfa
  • Loading branch information
Vinzent03 authored Jul 10, 2024
1 parent c65cb61 commit 4a87177
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/gotrue/lib/src/types/mfa.dart
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ class AuthMFAGetAuthenticatorAssuranceLevelResponse {
});
}

enum AMRMethod { password, otp, oauth, totp }
enum AMRMethod { password, otp, oauth, totp, magiclink }

/// An authentication method reference (AMR) entry.
///
Expand Down

0 comments on commit 4a87177

Please sign in to comment.