component ForgotPassword { props { action = "/api/auth/password/request" schema = "auth-password-request" title = "Recover your account" description = "Enter your email, phone, or username." identifierLabel = "Account identifier" submitLabel = "Send recovery link" successMessage = "If an account matches, a recovery link has been sent." signInHref = "/sign-in" color = "primary" size = "md" class = "" } view {

{title}

{description}

Back to sign in
} }