debug
All checks were successful
Build and Deploy Frontend / build-and-deploy (push) Successful in 6s

This commit is contained in:
2026-03-22 20:49:27 -05:00
parent ba7db77505
commit f1e693cbc0

View File

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