url pocket in store

This commit is contained in:
2024-09-07 12:30:31 +02:00
parent 0e302223e9
commit a2d44137cd
5 changed files with 10 additions and 5 deletions

View File

@@ -142,7 +142,7 @@ const visibleModalSended = ref(false);
const visibleModalInvalid = ref(false);
onMounted(() => {
pb = new PocketBase("http://127.0.0.1:8090");
pb = new PocketBase(storeUser.urlPocketbase);
});
const login = async () => {