feat: implement master key derivation and persistence via IndexedDB

This commit is contained in:
Your Name
2026-04-12 01:24:28 +05:30
parent 9b9f1110ca
commit 7736fa5919
6 changed files with 267 additions and 221 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ export default function Login() {
headers: { Authorization: `Bearer ${authData.access}` },
});
login(authData.access, userData);
login(authData.access, userData, data.password);
navigate(ROUTES.DRAWER);
} catch (err) {