Page 1 of 1

11 = 12 13 ол во в 17"passport" : "id" "access-token", "is_admin" const passport JSON.parse(window.localStorage.getItem(

Posted: Mon May 09, 2022 5:57 am
by answerhappygod
 1
1 (10.62 KiB) Viewed 24 times
11 = 12 13 ол во в 17"passport" : "id" "access-token", "is_admin" const passport JSON.parse(window.localStorage.getItem('passport ')); if(passport.is_admin){ window.location.href = "dashboard_admin.html"; } else window.location.href = "dashboard_patients.html"; } 14 15 16