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" identifierPlaceholder = "Enter your registered email, mobile number, or username" 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}

} }