mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-05 18:12:07 +00:00
25 lines
620 B
HTML
25 lines
620 B
HTML
{{template "main-top" .}}
|
|
|
|
<div class="lgn-head">
|
|
{{ template "user-profile" . }}
|
|
|
|
<p>{{t "LinkingUsersDone.Description"}}</p>
|
|
</div>
|
|
|
|
<form action="{{ loginUrl }}" method="POST">
|
|
|
|
{{ .CSRF }}
|
|
|
|
<input type="hidden" name="authRequestID" value="{{ .AuthReqID }}" />
|
|
|
|
<div class="lgn-actions">
|
|
<a class="lgn-stroked-button lgn-primary" href="{{ loginUrl }}">
|
|
{{t "Actions.Cancel"}}
|
|
</a>
|
|
<span class="fill-space"></span>
|
|
<button class="lgn-raised-button lgn-primary" type="submit">{{t "Actions.Next"}}</button>
|
|
</div>
|
|
</form>
|
|
|
|
|
|
{{template "main-bottom" .}} |