mirror of
https://github.com/zitadel/zitadel.git
synced 2025-06-10 19:18:32 +00:00

* fix: update client secret, skip passwordsteps only if login not if linking * fix: global policy for register * fix: scope handling * fix: back after error * fix: change org id scope to primary domain * fix: check if primarydomain empty * fix: local sh * fix: disable buttons on org login policy
7 lines
156 B
HTML
7 lines
156 B
HTML
{{ define "error-message" }}
|
|
{{if .ErrMessage }}
|
|
<div class="error">
|
|
{{ if .ErrType }}{{ .ErrType }} - {{end}}{{ .ErrMessage }}
|
|
</div>
|
|
{{end}}
|
|
{{ end }} |