Replace Fosite OIDC provider with embedded Dex
All checks were successful
Build and Push Docker Image / build_and_push (push) Successful in 2m26s
All checks were successful
Build and Push Docker Image / build_and_push (push) Successful in 2m26s
This commit is contained in:
14
oidc-provider/web/templates/error.html
Normal file
14
oidc-provider/web/templates/error.html
Normal file
@@ -0,0 +1,14 @@
|
||||
{{ template "header.html" . }}
|
||||
|
||||
<h2>Erreur</h2>
|
||||
|
||||
<div class="error-box">
|
||||
{{ if .ErrType }}<strong>{{ .ErrType }}</strong><br>{{ end }}
|
||||
{{ if .ErrMsg }}{{ .ErrMsg }}{{ else }}Une erreur inattendue est survenue.{{ end }}
|
||||
</div>
|
||||
|
||||
<div class="link-center">
|
||||
<a href="javascript:history.back()">Retour</a>
|
||||
</div>
|
||||
|
||||
{{ template "footer.html" . }}
|
||||
Reference in New Issue
Block a user