1. Integerated DashBoard, #97
|
@ -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);
|
||||
|
|
|
@ -1,6 +0,0 @@
|
|||
{
|
||||
"name": "Dwinzo_dev",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {}
|
||||
}
|
Loading…
Reference in New Issue