1
0
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:
Elias Schneider
2025-06-24 21:56:40 +02:00
parent 350335711b
commit 1a77bd9914

View File

@@ -12,7 +12,7 @@
async function logout() {
await webauthnService.logout();
window.location.reload();
goto('/login');
}
</script>