You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
:placeholder="update ? t('user_oidc', 'Leave empty to keep existing') : null"
40
+
type="text"
41
+
:required="!update"
42
+
autocomplete="off">
43
+
</p>
35
44
<pclass="settings-hint warning-hint">
36
45
<AlertOutlineIcon:size="20"class="icon" />
37
46
{{ t('user_oidc', 'Warning, if the protocol of the URLs in the discovery content is HTTP, the ID token will be delivered through an insecure connection.') }}
0 commit comments