Skip to content

Commit

Permalink
Merge pull request #60 from Abh1noob/master
Browse files Browse the repository at this point in the history
teri mummy
  • Loading branch information
Abh1noob authored Mar 17, 2024
2 parents 82ad493 + 65e0164 commit f779dd1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion devsoc24-portal-fe/src/components/forms/external-form.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -85,13 +85,15 @@ export default function ExternalForm({
error: (err: AxiosError) => {
switch (err.response?.status) {
case 404:
return `Account not found!`;
return `Account not found! `;
case 409:
return `Incorrect credentials`;
case 403:
return `Email not verified\nRedirecting...`;
case 400:
return `Please check your input and try again!`;
case 417:
return `VIT Email already exists!`;
default:
return `Something went wrong!`;
}
Expand Down

0 comments on commit f779dd1

Please sign in to comment.