Feature/Auth: implement user authentication #3

Merged
homeburger merged 48 commits from feature/auth into main 2026-03-22 20:52:22 -05:00
Showing only changes of commit f1e693cbc0 - Show all commits

View File

@@ -32,6 +32,7 @@ export const login = async (user: LoginDto ) => {
return true;
} catch (err) {
console.log(err);
return false;
}