@@ -47,8 +47,11 @@ exports[`<DatePickerStyled /> rendering should render without crashing 1`] = `
4747 " Home.content" : " Home content" ,
4848 " Home.home" : " Home" ,
4949 " Login.email" : " E-mail Address" ,
50+ " Login.facebook" : " Continue with Facebook" ,
5051 " Login.forgotPassword" : " Forgot Password?" ,
52+ " Login.google" : " Continue with Google" ,
5153 " Login.login" : " Login" ,
54+ " Login.microsoft" : " Continue with Microsoft" ,
5255 " Login.password" : " Password" ,
5356 " Login.setNewPassword" : " Set your new password" ,
5457 " Login.setPassword" : " Set Password" ,
@@ -97,10 +100,14 @@ exports[`<DatePickerStyled /> rendering should render without crashing 1`] = `
97100 " Users.permDelete" : " This will permanently delete the user. Action can not be undone." ,
98101 " Users.search" : " Search:" ,
99102 " Users.users" : " Users" ,
103+ " auth/account-exists-with-different-credential" : " Email on another sign in method" ,
104+ " auth/cancelled-popup-request" : " Too many pop ups, just one pop up is allowed" ,
100105 " auth/email-already-exists" : " Email already in use" ,
101106 " auth/expired-action-code" : " The invitation link has expired, get in touch with your administrator" ,
102107 " auth/invalid-action-code" : " The invitation link has expired, get in touch with your administrator" ,
103108 " auth/invalid-email" : " Email is invalid" ,
109+ " auth/popup-blocked" : " Pop up blocked by the browser, please enable pop ups for this page" ,
110+ " auth/popup-closed-by-user" : " Operation cancelled, pop up was closed" ,
104111 " auth/too-many-requests" : " Too many attempts made, try again later" ,
105112 " auth/user-disabled" : " User disabled" ,
106113 " auth/wrong-password" : " Invalid credentials" ,
0 commit comments