From 02ea98e84668de8d3fae031c98cced3b5867fc10 Mon Sep 17 00:00:00 2001 From: rishabhpoddar Date: Fri, 28 Jun 2024 16:25:52 +0530 Subject: [PATCH] fixes factor id --- v2/mfa/important-concepts.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v2/mfa/important-concepts.mdx b/v2/mfa/important-concepts.mdx index ec61caaba..efa10fd9b 100644 --- a/v2/mfa/important-concepts.mdx +++ b/v2/mfa/important-concepts.mdx @@ -16,7 +16,7 @@ Each auth challenge has a factor ID in SuperTokens: - Social login / enterprise SSO auth: `thirdparty` - Passwordless: - With email OTP: `otp-email` - - With SMS OTP: `sms-otp` + - With SMS OTP: `otp-phone` - With email magic link: `link-email` - With SMS magic link: `sms-link` - TOTP: `totp`