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:
@@ -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"
|
||||
},
|
||||
|
||||
@@ -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."
|
||||
},
|
||||
|
||||
@@ -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."
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user