mirror of
https://github.com/zitadel/zitadel.git
synced 2024-12-12 11:04:25 +00:00
fix: replace password back button with arrow (#7120)
Co-authored-by: Livio Spring <livio.a@gmail.com>
This commit is contained in:
parent
aa805d18a2
commit
3f4aea1a75
@ -29,8 +29,8 @@
|
|||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
||||||
<div class="lgn-actions">
|
<div class="lgn-actions">
|
||||||
<a href="{{ loginNameChangeUrl .AuthReqID }}">
|
<a class="lgn-icon-button lgn-left-action" href="{{ loginNameChangeUrl .AuthReqID }}">
|
||||||
<button class="lgn-stroked-button" type="button">{{t "Password.BackButtonText"}}</button>
|
<i class="lgn-icon-arrow-left-solid"></i>
|
||||||
</a>
|
</a>
|
||||||
<span class="fill-space"></span>
|
<span class="fill-space"></span>
|
||||||
<button id="submit-button" class="lgn-raised-button lgn-primary right" type="submit">{{t "Password.NextButtonText"}}</button>
|
<button id="submit-button" class="lgn-raised-button lgn-primary right" type="submit">{{t "Password.NextButtonText"}}</button>
|
||||||
|
Loading…
Reference in New Issue
Block a user