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

@@ -89,7 +89,7 @@ let password = ref("");
let passwordRepeat = ref("");
onMounted(() => {
pb = new PocketBase("http://127.0.0.1:8090");
pb = new PocketBase(storeUser.urlPocketbase);
});