updates on the build

This commit is contained in:
2026-07-01 17:00:17 +05:30
parent 78eabd8d58
commit d6136b3438
3 changed files with 12 additions and 3 deletions

View File

@@ -75,6 +75,7 @@ const Login = () => {
localStorage.setItem('locationid', d.locationid);
localStorage.setItem('moduleid', d.moduleid);
localStorage.setItem('userid', d.userid);
localStorage.setItem('sessionStartTime', String(Date.now()));
setSubmitting(false);
setLoading(false);