mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-12 07:47:32 +00:00
fix: change back to login button and add to register option screen (#4847)
* fix: change back to login button and add to register option screen * fix: change back to login button and add logic for remove and set events Co-authored-by: Fabi <38692350+hifabienne@users.noreply.github.com>
This commit is contained in:
@@ -345,6 +345,7 @@ func RegistrationOptionScreenTextToPb(text domain.RegistrationOptionScreenText)
|
||||
Description: text.Description,
|
||||
UserNameButtonText: text.RegisterUsernamePasswordButtonText,
|
||||
ExternalLoginDescription: text.ExternalLoginDescription,
|
||||
LoginButtonText: text.LoginButtonText,
|
||||
}
|
||||
}
|
||||
|
||||
@@ -811,6 +812,7 @@ func RegistrationOptionScreenTextPbToDomain(text *text_pb.RegistrationOptionScre
|
||||
Description: text.Description,
|
||||
RegisterUsernamePasswordButtonText: text.UserNameButtonText,
|
||||
ExternalLoginDescription: text.ExternalLoginDescription,
|
||||
LoginButtonText: text.LoginButtonText,
|
||||
}
|
||||
}
|
||||
|
||||
|
@@ -195,6 +195,7 @@ RegisterOption:
|
||||
Description: Wähle aus wie du dich registrieren möchtest.
|
||||
RegisterUsernamePasswordButtonText: Mit Benutzername Passwort
|
||||
ExternalLoginDescription: oder registriere dich mit einem externen Benutzer
|
||||
LoginButtonText: login
|
||||
|
||||
RegistrationUser:
|
||||
Title: Registration
|
||||
@@ -222,7 +223,7 @@ RegistrationUser:
|
||||
TosConfirmAnd: und die
|
||||
PrivacyLinkText: Datenschutzerklärung
|
||||
ExternalLogin: oder registriere dich mit einem externen Benutzer
|
||||
BackButtonText: zurück
|
||||
BackButtonText: login
|
||||
NextButtonText: weiter
|
||||
|
||||
ExternalRegistrationUserOverview:
|
||||
|
@@ -195,6 +195,7 @@ RegisterOption:
|
||||
Description: Choose how you'd like to register
|
||||
RegisterUsernamePasswordButtonText: With username password
|
||||
ExternalLoginDescription: or register with an external user
|
||||
LoginButtonText: login
|
||||
|
||||
RegistrationUser:
|
||||
Title: Registration
|
||||
@@ -222,7 +223,7 @@ RegistrationUser:
|
||||
TosConfirmAnd: and the
|
||||
PrivacyLinkText: privacy policy
|
||||
ExternalLogin: or register with an external user
|
||||
BackButtonText: back
|
||||
BackButtonText: login
|
||||
NextButtonText: next
|
||||
|
||||
ExternalRegistrationUserOverview:
|
||||
|
@@ -195,6 +195,7 @@ RegisterOption:
|
||||
Description: Choisissez comment vous souhaitez vous enregistrer
|
||||
RegisterUsernamePasswordButtonText: Avec nom d'utilisateur et mot de passe
|
||||
ExternalLoginDescription: ou s'enregistrer avec un utilisateur externe
|
||||
LoginButtonText: connexion
|
||||
|
||||
RegistrationUser:
|
||||
Title: Inscription
|
||||
@@ -222,7 +223,7 @@ RegistrationUser:
|
||||
TosConfirmAnd: et la
|
||||
PrivacyLinkText: politique de confidentialité
|
||||
ExternalLogin: ou m'inscrire avec un utilisateur externe
|
||||
BackButtonText: retour
|
||||
BackButtonText: connexion
|
||||
NextButtonText: suivant
|
||||
|
||||
ExternalRegistrationUserOverview:
|
||||
|
@@ -195,6 +195,7 @@ RegisterOption:
|
||||
Description: Scegli come vuoi registrarti
|
||||
RegisterUsernamePasswordButtonText: Con nome utente e password
|
||||
ExternalLoginDescription: o registrarsi con un utente esterno
|
||||
LoginButtonText: Accedi
|
||||
|
||||
RegistrationUser:
|
||||
Title: Registrazione
|
||||
@@ -222,7 +223,7 @@ RegistrationUser:
|
||||
TosConfirmAnd: e
|
||||
PrivacyLinkText: l'informativa sulla privacy
|
||||
ExternalLogin: o registrati con un utente esterno
|
||||
BackButtonText: indietro
|
||||
BackButtonText: Accedi
|
||||
NextButtonText: Avanti
|
||||
|
||||
ExternalRegistrationUserOverview:
|
||||
|
@@ -195,6 +195,7 @@ RegisterOption:
|
||||
Description: 选择您的注册方式
|
||||
RegisterUsernamePasswordButtonText: 使用用户名密码
|
||||
ExternalLoginDescription: 或使用外部身份提供者
|
||||
LoginButtonText: 登录
|
||||
|
||||
RegistrationUser:
|
||||
Title: 注册
|
||||
@@ -222,7 +223,7 @@ RegistrationUser:
|
||||
TosConfirmAnd: 和
|
||||
PrivacyLinkText: 隐私政策
|
||||
ExternalLogin: 使用外部身份提供者注册
|
||||
BackButtonText: 返回
|
||||
BackButtonText: 登录
|
||||
NextButtonText: 继续
|
||||
|
||||
ExternalRegistrationUserOverview:
|
||||
|
@@ -36,6 +36,12 @@
|
||||
</div>
|
||||
|
||||
{{template "error-message" .}}
|
||||
|
||||
<div class="lgn-actions">
|
||||
<a class="lgn-stroked-button" href="{{ loginUrl }}">
|
||||
{{t "RegisterOption.LoginButtonText"}}
|
||||
</a>
|
||||
</div>
|
||||
</form>
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user