mirror of
https://github.com/pocket-id/pocket-id.git
synced 2026-02-05 10:18:49 +00:00
fix: error page flickering after sign out
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
|
||||
async function logout() {
|
||||
await webauthnService.logout();
|
||||
window.location.reload();
|
||||
goto('/login');
|
||||
}
|
||||
</script>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user