more login page changes

This commit is contained in:
subnub
2024-07-18 00:27:37 -04:00
parent aa6fa0a153
commit 3f6997c073
3 changed files with 164 additions and 101 deletions
+1 -1
View File
@@ -19,5 +19,5 @@ export const loginAPI = async (email: string, password: string) => {
email,
password,
});
response.data;
return response.data;
};