From f68afed9922e570b6c19594c6e310508e3ce5a94 Mon Sep 17 00:00:00 2001 From: Deep Koluguri Date: Tue, 26 May 2026 23:32:03 -0400 Subject: [PATCH] fix(auth): secure logout routing and fix role visibility bypass --- billing.html | 4 +- dashboard.js | 7 +- globals.js | 13 + node_modules/.package-lock.json | 505 ++++++++++++++++++++++++++++++++ patient-dashboard.html | 6 +- settings.html | 2 + staff.html | 2 + test_ui.js | 71 +++++ 8 files changed, 605 insertions(+), 5 deletions(-) create mode 100644 test_ui.js diff --git a/billing.html b/billing.html index c1b3e98..a406ea3 100644 --- a/billing.html +++ b/billing.html @@ -10,7 +10,9 @@ - + + +