mirror of
https://github.com/zitadel/zitadel.git
synced 2025-05-22 07:58:20 +00:00
17 lines
384 B
HTML
17 lines
384 B
HTML
![]() |
{{template "main-top" .}}
|
||
|
|
||
|
|
||
|
<h1>{{t "InitUserDone.Title"}}</h1>
|
||
|
<p>{{t "InitUserDone.Description"}}</p>
|
||
|
<form action="{{ loginUrl }}" method="POST">
|
||
|
|
||
|
<input type="hidden" name="authRequestID" value="{{ .AuthReqID }}" />
|
||
|
|
||
|
<div class="actions">
|
||
|
<button class="primary right" type="submit">{{t "Actions.Next"}}</button>
|
||
|
</div>
|
||
|
</form>
|
||
|
|
||
|
|
||
|
{{template "main-bottom" .}}
|
||
|
|