import { Button, StrongPassword } from "@wrnexus/ui" component ResetPassword { props { action = "/api/auth/password/reset" schema = "auth-password-reset" token = "" redirect = "/sign-in" title = "Set a new password" description = "Choose a strong password you have not used before." submitLabel = "Reset password" successMessage = "Your password has been reset." color = "primary" size = "md" class = "" } view {

{title}

{description}

} }