mirror of
https://github.com/zitadel/zitadel.git
synced 2025-06-07 20:48:34 +00:00
19 lines
440 B
HTML
19 lines
440 B
HTML
{{template "main-top" .}}
|
|
|
|
<div class="lgn-head">
|
|
<h1>{{t "LogoutDone.Title"}}</h1>
|
|
<p> {{t "LogoutDone.Description"}}</p>
|
|
</div>
|
|
<form action="{{ loginUrl }}" method="POST">
|
|
|
|
{{ .CSRF }}
|
|
|
|
<div class="lgn-actions">
|
|
<span class="fill-space"></span>
|
|
<button class="lgn-raised-button lgn-primary right" type="submit">{{t "LogoutDone.LoginButtonText"}}</button>
|
|
</div>
|
|
</form>
|
|
|
|
|
|
{{template "main-bottom" .}}
|