1
0
mirror of https://github.com/oauth2-proxy/oauth2-proxy.git synced 2025-12-17 23:48:13 +02:00

Use ErrorPage to render proxy error page

This commit is contained in:
Joel Speed
2021-02-06 22:17:59 +00:00
parent ef457b1765
commit a63ed0225c
6 changed files with 51 additions and 45 deletions

View File

@@ -79,6 +79,7 @@ const (
</div>
{{ end }}
{{ if .Redirect }}
<hr>
<div class="columns">
@@ -94,6 +95,7 @@ const (
</form>
</div>
</div>
{{ end }}
</div>
</section>