mirror of
https://github.com/zitadel/zitadel.git
synced 2025-05-28 12:28:22 +00:00
9 lines
195 B
HTML
9 lines
195 B
HTML
![]() |
{{ define "error-message" }}
|
||
|
{{if .ErrMessage }}
|
||
|
<div class="field">
|
||
|
<div class="error">
|
||
|
{{ if .ErrType }}{{ .ErrType }} - {{end}}{{ .ErrMessage }}
|
||
|
</div>
|
||
|
</div>
|
||
|
{{end}}
|
||
|
{{ end }}
|