{{define "yield"}}
{{template "settingsSidebar" .}}

Email

Current Email

{{.Email}}

Email Verified

{{if .EmailVerified}} Yes {{else}} No {{end}}

Change Email

{{template "emailForm" .}}

Password

Change Password

Set a unique password to protect your data.

{{template "passwordChangeForm" .}}
{{end}} {{define "emailForm"}}
{{/* prevent browsers from automatically filling the input fields */}}
{{end}} {{define "passwordChangeForm"}}
{{/* prevent browsers from automatically filling the input fields */}}
{{end}}