Fix runtime errors: PerformanceObserver, localStorage, crypto.randomUUID, hydration issues, and linting errors
This commit is contained in:
@@ -282,7 +282,7 @@ const AdminPage = () => {
|
||||
onClick={() => {
|
||||
try {
|
||||
localStorage.removeItem('admin_lockout');
|
||||
} catch (error) {
|
||||
} catch {
|
||||
// Ignore errors
|
||||
}
|
||||
window.location.reload();
|
||||
|
||||
Reference in New Issue
Block a user