feat: Add logo and remove elements in login page

This commit is contained in:
Tola Leng
2025-06-11 20:23:45 +08:00
parent 895da83999
commit 6d63d9f485
2 changed files with 77 additions and 293 deletions
+1
View File
@@ -51,6 +51,7 @@ if (typeof window !== 'undefined') {
localStorage.removeItem('pocketbase_auth');
}
}
// Subscribe to authStore changes to persist authentication
pb.authStore.onChange(() => {
if (pb.authStore.isValid) {