Improved login and auth flow

This commit is contained in:
Keannu Christian Bernasol 2023-11-19 18:35:04 +08:00
parent 99cd673b12
commit d878cfb1aa
11 changed files with 249 additions and 99 deletions

View file

@ -1,4 +1,4 @@
import Button from "../../Components/Buttons/Button";
import Button from "../../Components/Button/Button";
import styles from "../../styles";
import citc_logo from "../../assets/citc_logo.jpg";
import Popup from "reactjs-popup";