From 58e7c6f54845ddae721566036778af19a262285a Mon Sep 17 00:00:00 2001 From: Vinzent Date: Sat, 6 Jul 2024 23:00:17 +0200 Subject: [PATCH] fix: add magiclink as authenticaiton method in mfa --- packages/gotrue/lib/src/types/mfa.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/gotrue/lib/src/types/mfa.dart b/packages/gotrue/lib/src/types/mfa.dart index 83e8690d..cfdd2f05 100644 --- a/packages/gotrue/lib/src/types/mfa.dart +++ b/packages/gotrue/lib/src/types/mfa.dart @@ -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. ///