mirror of
https://github.com/ramvignesh-b/pi-ku.git
synced 2026-05-04 19:10:52 +00:00
feat: implement master key derivation and persistence via IndexedDB
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user