shortened the url of the auth, fixed sidebar toggle issue and fixed browser tab

This commit is contained in:
2023-10-18 00:42:34 -07:00
parent 00703aa5c1
commit bc5f8e8db5
12 changed files with 59 additions and 43 deletions
+9
View File
@@ -0,0 +1,9 @@
import LockScreenForm from '@/components/Authentication/LockScreenForm';
export default function LockScreen() {
return (
<>
<LockScreenForm />
</>
);
}