This PR adds Google OAuth for all existing users, allowing users to log in or sign up via their Google account. --------- Co-authored-by: Pranav Raj S <pranav@chatwoot.com> Co-authored-by: Fayaz Ahmed <15716057+fayazara@users.noreply.github.com> Co-authored-by: Sojan <sojan@pepalo.com>
27 lines
797 B
JSON
27 lines
797 B
JSON
{
|
|
"LOGIN": {
|
|
"TITLE": "Login to Chatwoot",
|
|
"EMAIL": {
|
|
"LABEL": "Email",
|
|
"PLACEHOLDER": "Email eg: someone@example.com"
|
|
},
|
|
"PASSWORD": {
|
|
"LABEL": "Password",
|
|
"PLACEHOLDER": "Password"
|
|
},
|
|
"API": {
|
|
"SUCCESS_MESSAGE": "Login Successful",
|
|
"ERROR_MESSAGE": "Could not connect to Woot Server, Please try again later",
|
|
"UNAUTH": "Username / Password Incorrect. Please try again"
|
|
},
|
|
"OAUTH": {
|
|
"GOOGLE_LOGIN": "Login with Google",
|
|
"BUSINESS_ACCOUNTS_ONLY": "Please use your company email address to login",
|
|
"NO_ACCOUNT_FOUND": "We couldn't find an account for your email address."
|
|
},
|
|
"FORGOT_PASSWORD": "Forgot your password?",
|
|
"CREATE_NEW_ACCOUNT": "Create new account",
|
|
"SUBMIT": "Login"
|
|
}
|
|
}
|