mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-03 12:22:11 +00:00
15 lines
306 B
HTML
15 lines
306 B
HTML
|
|
{{template "main-top" .}}
|
||
|
|
|
||
|
|
|
||
|
|
<h1>{{t "LogoutDone.Title"}}</h1>
|
||
|
|
<p>{{t "LogoutDone.Description"}}</p>
|
||
|
|
<form action="{{ loginUrl }}" method="POST">
|
||
|
|
|
||
|
|
<div class="actions">
|
||
|
|
<button class="primary right" type="submit">{{t "Actions.Login"}}</button>
|
||
|
|
</div>
|
||
|
|
</form>
|
||
|
|
|
||
|
|
|
||
|
|
{{template "main-bottom" .}}
|
||
|
|
|