feat: Add logo and remove elements in login page
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user