We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b09c73b commit 924f5abCopy full SHA for 924f5ab
templates/user/settings/account.tmpl
@@ -7,7 +7,7 @@
7
{{.i18n.Tr "settings.password"}}
8
</h4>
9
<div class="ui attached segment">
10
- {{if or (.SignedUser.IsLocal) (.SignedUser.IsOAuth2)}}
+ {{if (.SignedUser.IsLocal) }}
11
<form class="ui form" action="{{AppSubUrl}}/user/settings/account" method="post">
12
{{.CsrfTokenHtml}}
13
{{if .SignedUser.IsPasswordSet}}
0 commit comments