mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-11 06:02:22 +00:00
fix: remove unnecessary cancel button as cancel is not possible (#5511)
* fix: remove unnecessary cancel button as cancel is not possible * fix: add missing tranlation * fix: add missing tranlation * docs: missing translations --------- Co-authored-by: Silvan <silvan.reusser@gmail.com>
This commit is contained in:
@@ -14,9 +14,6 @@
|
||||
<input type="hidden" name="orgID" value="{{ .OrgID }}" />
|
||||
|
||||
<div class="lgn-actions">
|
||||
<a class="lgn-stroked-button" href="{{ loginUrl }}">
|
||||
{{t "EmailVerificationDone.CancelButtonText"}}
|
||||
</a>
|
||||
<span class="fill-space"></span>
|
||||
<button class="lgn-raised-button lgn-primary" type="submit">
|
||||
{{if .AuthReqID }} {{t "EmailVerificationDone.NextButtonText"}} {{else}}
|
||||
|
||||
Reference in New Issue
Block a user