mirror of
https://github.com/zitadel/zitadel.git
synced 2025-01-09 16:13:40 +00:00
fix(login): mail verification (#1237)
* fix: mail verification * not block, stroked
This commit is contained in:
parent
a69f7d69d5
commit
8f105c3229
@ -20,17 +20,21 @@
|
|||||||
|
|
||||||
{{ template "error-message" .}}
|
{{ template "error-message" .}}
|
||||||
|
|
||||||
{{ if .UserID }}
|
<div class="lgn-actions lgn-reverse-order">
|
||||||
<button type="submit" name="resend" value="true" class="lgn-button lgn-primary block" formnovalidate>{{t "Actions.Resend"}}</button>
|
|
||||||
{{ end }}
|
|
||||||
|
|
||||||
<div class="lgn-actions">
|
|
||||||
<a class="lgn-stroked-button lgn-primary" href="{{ loginUrl }}">
|
|
||||||
{{t "Actions.Cancel"}}
|
|
||||||
</a>
|
|
||||||
<span class="fill-space"></span>
|
|
||||||
<button type="submit" id="submit-button" name="resend" value="false"
|
<button type="submit" id="submit-button" name="resend" value="false"
|
||||||
class="lgn-primary lgn-raised-button">{{t "Actions.Next"}}</button>
|
class="lgn-primary lgn-raised-button">{{t "Actions.Next"}}
|
||||||
|
</button>
|
||||||
|
|
||||||
|
<span class="fill-space"></span>
|
||||||
|
|
||||||
|
{{ if .UserID }}
|
||||||
|
<button type="submit" name="resend" value="true" class="lgn-stroked-button lgn-primary" formnovalidate>{{t "Actions.Resend"}}</button>
|
||||||
|
{{ end }}
|
||||||
|
|
||||||
|
<a class="lgn-icon-button lgn-left-action" name="resetlinking" value="true" href="{{ loginUrl }}"
|
||||||
|
formnovalidate>
|
||||||
|
<i class="lgn-icon-arrow-left-solid"></i>
|
||||||
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
<script src="{{ resourceUrl "scripts/form_submit.js" }}"></script>
|
<script src="{{ resourceUrl "scripts/form_submit.js" }}"></script>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user