mirror of
https://github.com/zitadel/zitadel.git
synced 2025-10-27 11:21:42 +00:00
* profile data * fix scripts * fix image paths * feat: show profile (with image) when possible * fix profile image width
21 lines
462 B
HTML
21 lines
462 B
HTML
{{template "main-top" .}}
|
|
|
|
{{ template "user-profile" . }}
|
|
|
|
<p>{{t "EmailVerificationDone.Description"}}</p>
|
|
|
|
<form action="{{ loginUrl }}" method="POST">
|
|
|
|
{{ .CSRF }}
|
|
|
|
<input type="hidden" name="authRequestID" value="{{ .AuthReqID }}" />
|
|
|
|
|
|
<div class="actions">
|
|
<button class="primary right" type="submit">{{if .AuthReqID }}{{t "Actions.Next"}}{{else}}{{t "Actions.Login"}}{{end}}</button>
|
|
</div>
|
|
</form>
|
|
|
|
|
|
{{template "main-bottom" .}}
|
|
|