mirror of
https://github.com/pomerium/pomerium.git
synced 2025-05-17 11:07:18 +02:00
internal/frontend: resolve authN helper url (#1521)
Signed-off-by: Bobby DeSimone <bobbydesimone@gmail.com>
This commit is contained in:
parent
847860ba32
commit
5cc65adc48
3 changed files with 7 additions and 3 deletions
|
@ -22,11 +22,11 @@
|
|||
<div class="message">
|
||||
<div class="text-monospace">{{.Error}}</div>
|
||||
</div>
|
||||
{{if .CanDebug}}
|
||||
{{if and .CanDebug .DebugURL }}
|
||||
<div class="message">
|
||||
If you should have access, contact your administrator and provide
|
||||
them with your
|
||||
<a href="/.pomerium/">request details</a>.
|
||||
<a href="{{.DebugURL}}">request details</a>.
|
||||
</div>
|
||||
{{end}}
|
||||
</section>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue