component OtpSignIn { props { requestAction = "/api/auth/otp/login/request" requestSchema = "auth-otp-login-request" completeAction = "/api/auth/otp/login/complete" completeSchema = "auth-otp-login-complete" challengeId = "" returnTo = "/" mfaHref = "/two-factor" method = "email-otp" title = "Sign in with a code" description = "We will send a one-time code to your email address or phone number." identifierLabel = "Email address or phone number" requestLabel = "Send code" verifyLabel = "Verify and sign in" successMessage = "A one-time code has been sent." color = "primary" size = "md" class = "" } view {

{title}

{description}

} }