{{define "title"}}Reset Password{{end}} {{define "description"}}Reset your password to the Software-as-a-Service web app by SaaS Company.{{end}} {{define "style"}} {{end}} {{ define "partials/app-wrapper" }}
{{ template "app-flashes" . }}

Reset Your Password

Enter your new password below.

{{ template "validation-error" . }}
{{template "invalid-feedback" dict "fieldName" "Password" "validationDefaults" $.validationDefaults "validationErrors" $.validationErrors }}
{{template "invalid-feedback" dict "fieldName" "PasswordConfirm" "validationDefaults" $.validationDefaults "validationErrors" $.validationErrors }}

{{end}} {{define "js"}} {{end}}