Skip to content

Commit

Permalink
fix: error.html
Browse files Browse the repository at this point in the history
  • Loading branch information
livio-a committed Jul 6, 2021
1 parent 1f4eb73 commit 9c341fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/ui/login/static/templates/error.html
Expand Up @@ -4,7 +4,7 @@
<div class="lgn-error">
<i class="lgn-icon-exclamation-circle-solid lgn-warn"></i>
<p class="lgn-error-message">
{{ if .ErrType }}{{ .ErrType }} - {{end}}{{ .ErrMessage }}
{{ .ErrMessage }}{{ if .ID }} ({{ .ID }}){{end}}
</p>
</div>
</div>
Expand Down

0 comments on commit 9c341fd

Please sign in to comment.