refactor: Clean up console logging and improve code formatting in UserAuth and signInApi

This commit is contained in:
2025-06-04 15:27:39 +05:30
parent 4eac6c628f
commit 4d738d576a
3 changed files with 4 additions and 11 deletions

View File

@@ -41,7 +41,6 @@ const UserAuth: React.FC = () => {
try {
const res = await signInApi(email, password, organization, fingerprint);
console.log('res: ', res);
if (res.message.message === "login successfull") {
setError("");
setOrganization(organization);