mirror of
https://github.com/netbirdio/netbird.git
synced 2026-04-20 01:06:45 +00:00
polished UI and fix post_login_redirect_uri
This commit is contained in:
@@ -1,25 +1,19 @@
|
||||
|
||||
{{ template "header.html" . }}
|
||||
|
||||
<div class="theme-panel">
|
||||
{{ if .LoggedOut }}
|
||||
<h2 class="theme-heading">Logged Out</h2>
|
||||
<div>
|
||||
<div class="dex-subtle-text">You have been successfully logged out.</div>
|
||||
</div>
|
||||
{{ else }}
|
||||
<h2 class="theme-heading">Session Not Found</h2>
|
||||
<div>
|
||||
<div class="dex-subtle-text">No active session found.</div>
|
||||
</div>
|
||||
{{ end }}
|
||||
|
||||
{{ if .BackURL }}
|
||||
<div class="theme-form-row">
|
||||
<a href="{{ .BackURL }}" class="dex-subtle-text">← Back to Application</a>
|
||||
</div>
|
||||
{{ end }}
|
||||
<div class="nb-card">
|
||||
{{ if .LoggedOut }}
|
||||
<h1 class="nb-heading">Logged Out</h1>
|
||||
<p class="nb-subheading">You have been successfully logged out.</p>
|
||||
{{ else }}
|
||||
<h1 class="nb-heading">Session Not Found</h1>
|
||||
<p class="nb-subheading">No active session found.</p>
|
||||
{{ end }}
|
||||
|
||||
{{ if .BackURL }}
|
||||
<div class="nb-back-link">
|
||||
<a href="{{ .BackURL }}" class="nb-link">← Back to Application</a>
|
||||
</div>
|
||||
{{ end }}
|
||||
</div>
|
||||
|
||||
{{ template "footer.html" . }}
|
||||
|
||||
Reference in New Issue
Block a user