feat: login with not existed username tip
This commit is contained in:
@@ -64,6 +64,7 @@ export default function LoginPage() {
|
||||
if (error) {
|
||||
switch ((error as FetchBaseQueryError).status) {
|
||||
case 401:
|
||||
case 404:
|
||||
toast.error("Username or Password incorrect");
|
||||
break;
|
||||
case 410:
|
||||
|
||||
Reference in New Issue
Block a user