chore: typo
This commit is contained in:
@@ -75,7 +75,7 @@ const GoogleLoginInner: FC<Props> = ({ type = "login", loaded, loadError }) => {
|
|||||||
switch (error.status) {
|
switch (error.status) {
|
||||||
case 410:
|
case 410:
|
||||||
toast.error(
|
toast.error(
|
||||||
"No associated account found, please user admin for an invitation link to join."
|
"No associated account found, please contact user admin for an invitation link to join."
|
||||||
);
|
);
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
|
|||||||
@@ -40,7 +40,7 @@ const GithubCallback: FC<Props> = ({ code, from = "webapp" }) => {
|
|||||||
switch ((error as FetchBaseQueryError).status) {
|
switch ((error as FetchBaseQueryError).status) {
|
||||||
case 410:
|
case 410:
|
||||||
toast.error(
|
toast.error(
|
||||||
"No associated account found, please user admin for an invitation link to join."
|
"No associated account found, please contact user admin for an invitation link to join."
|
||||||
);
|
);
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
|
|||||||
@@ -71,7 +71,7 @@ export default function LoginPage() {
|
|||||||
break;
|
break;
|
||||||
case 410:
|
case 410:
|
||||||
toast.error(
|
toast.error(
|
||||||
"No associated account found, please user admin for an invitation link to join."
|
"No associated account found, please contact user admin for an invitation link to join."
|
||||||
);
|
);
|
||||||
break;
|
break;
|
||||||
case 451:
|
case 451:
|
||||||
|
|||||||
Reference in New Issue
Block a user