worked with socket for dashboard

This commit is contained in:
2025-06-02 11:20:00 +05:30
40 changed files with 1415 additions and 320 deletions

View File

@@ -41,6 +41,7 @@ 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);