1. Integerated DashBoard, #97

Merged
Marikannan merged 31 commits from v3-wall into main 2025-06-04 12:09:09 +00:00
3 changed files with 4 additions and 11 deletions
Showing only changes of commit 4d738d576a - Show all commits

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);

6
package-lock.json generated
View File

@ -1,6 +0,0 @@
{
"name": "Dwinzo_dev",
"lockfileVersion": 3,
"requires": true,
"packages": {}
}