Skip to content

Commit 4a87177

Browse files
authored
fix: Add magiclink as authenticaiton method in mfa (#967)
fix: add magiclink as authenticaiton method in mfa
1 parent c65cb61 commit 4a87177

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/gotrue/lib/src/types/mfa.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ class AuthMFAGetAuthenticatorAssuranceLevelResponse {
257257
});
258258
}
259259

260-
enum AMRMethod { password, otp, oauth, totp }
260+
enum AMRMethod { password, otp, oauth, totp, magiclink }
261261

262262
/// An authentication method reference (AMR) entry.
263263
///

0 commit comments

Comments
 (0)