1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-21 18:53:29 +00:00

Auth/PM-11318 - Registration With Email Verification - Login After Registration (#10783)

* PM-11318 - Registration Finish - Log user in after registration

* PM-11318 - Adjust registration and login message to be one msg

* PM-11318 - RegistrationFinish - Adjust messaging based on product feedback.

* PM-11318 - RegistrationFinishComp - Tweak redirect and error logic.
This commit is contained in:
Jared Snider
2024-08-29 13:55:09 -04:00
committed by GitHub
parent d4b984f907
commit 0a0cbde5b3
4 changed files with 49 additions and 3 deletions

View File

@@ -683,6 +683,12 @@
"newAccountCreated": {
"message": "Your new account has been created! You may now log in."
},
"newAccountCreated2": {
"message": "Your new account has been created!"
},
"youHaveBeenLoggedIn": {
"message": "You have been logged in!"
},
"youSuccessfullyLoggedIn": {
"message": "You successfully logged in"
},

View File

@@ -603,6 +603,12 @@
"newAccountCreated": {
"message": "Your new account has been created! You may now log in."
},
"newAccountCreated2": {
"message": "Your new account has been created!"
},
"youHaveBeenLoggedIn": {
"message": "You have been logged in!"
},
"masterPassSent": {
"message": "We've sent you an email with your master password hint."
},

View File

@@ -964,6 +964,12 @@
"newAccountCreated": {
"message": "Your new account has been created! You may now log in."
},
"newAccountCreated2": {
"message": "Your new account has been created!"
},
"youHaveBeenLoggedIn": {
"message": "You have been logged in!"
},
"trialAccountCreated": {
"message": "Account created successfully."
},