mirror of
https://github.com/zitadel/zitadel.git
synced 2024-12-12 02:54:20 +00:00
fix: replace back button with <- in user register (#6981)
Co-authored-by: Livio Spring <livio.a@gmail.com>
This commit is contained in:
parent
11d7a8ce61
commit
79130b238b
@ -106,8 +106,8 @@
|
||||
{{template "error-message" .}}
|
||||
|
||||
<div class="lgn-actions">
|
||||
<a class="lgn-stroked-button" href="{{ loginNameChangeUrl .AuthReqID }}">
|
||||
{{t "RegistrationUser.BackButtonText"}}
|
||||
<a class="lgn-icon-button lgn-left-action" id="back" href="{{ loginNameChangeUrl .AuthReqID }}" formnovalidate>
|
||||
<i class="lgn-icon-arrow-left-solid"></i>
|
||||
</a>
|
||||
<span class="fill-space"></span>
|
||||
<button class="lgn-raised-button lgn-primary" id="register-button" type="submit">{{t "RegistrationUser.NextButtonText"}}</button>
|
||||
|
Loading…
Reference in New Issue
Block a user