no change url with buttons back and forward

This commit is contained in:
2024-09-04 13:48:20 +02:00
parent 86ee49bf80
commit efbe1d2d69
3 changed files with 12 additions and 7 deletions

View File

@@ -142,9 +142,6 @@ const visibleModalSended = ref(false);
const visibleModalInvalid = ref(false);
onMounted(() => {
if (pb != null) {
pb.authStore.clear();
}
pb = new PocketBase("http://127.0.0.1:8090");
});