{{define "content"}}

Change Password

{{ if .completed }}
Your password has been changed.
{{ else }} {{ with .message }}
{{ . }}
{{ end }}
{{ if .user.OTPOnly }}
Enter the six-digit auth code from your mobile app
{{ end }}
{{ end }} {{end}}