File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ export default {
89
89
CLOUD_OAUTH_CANCELED : 'Authorization request was canceled.' ,
90
90
CLOUD_OAUTH_MISCONFIGURATION : 'Authorization server misconfiguration.' ,
91
91
CLOUD_OAUTH_GITHUB_EMAIL_PERMISSION : 'Unable to get an email from the GitHub account. Make sure that it is available.' ,
92
- CLOUD_OAUTH_SSO_UNSUPPORTED_EMAIL : 'Email is not recognized. Use an email associated with your organization’s SSO .' ,
92
+ CLOUD_OAUTH_SSO_UNSUPPORTED_EMAIL : 'Invalid email.' ,
93
93
CLOUD_OAUTH_MISSED_REQUIRED_DATA : 'Unable to get required data from the user profile.' ,
94
94
CLOUD_OAUTH_UNKNOWN_AUTHORIZATION_REQUEST : 'Unknown authorization request.' ,
95
95
CLOUD_OAUTH_UNEXPECTED_ERROR : 'Unexpected error.' ,
Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ export const parseCustomError = (err: CustomError | string = DEFAULT_ERROR_MESSA
94
94
title = 'Invalid email'
95
95
message = (
96
96
< >
97
- Email is not recognized. Use an email associated with your organization’s SSO .
97
+ Invalid email.
98
98
</ >
99
99
)
100
100
break
Original file line number Diff line number Diff line change @@ -131,7 +131,7 @@ const parseCustomErrorTests = [
131
131
title : 'Invalid email' ,
132
132
message : (
133
133
< >
134
- Email is not recognized. Use an email associated with your organization’s SSO .
134
+ Invalid email.
135
135
</ >
136
136
)
137
137
} ) ] ,
You can’t perform that action at this time.
0 commit comments