refactor: Clean up console logging and improve code formatting in UserAuth and signInApi
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user