From 6ab14c828f20ea504855cf4791cfc38263746099 Mon Sep 17 00:00:00 2001 From: Anikaaasingh <96921017+Anikaaasingh@users.noreply.github.com> Date: Sun, 19 Jun 2022 15:23:59 +0530 Subject: [PATCH 01/19] initial change --- index.html | 158 ++++++------------- login/index.html | 30 +++- package-lock.json | 3 +- src/auth_required.js | 3 + src/init.js | 46 +++++- src/main.js | 333 ++++++++++++++++++++++++++++++---------- src/no_auth_required.js | 7 +- 7 files changed, 380 insertions(+), 200 deletions(-) diff --git a/index.html b/index.html index ffda4cf..7983c60 100644 --- a/index.html +++ b/index.html @@ -1,119 +1,57 @@
-