url pocket in store
This commit is contained in:
@@ -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 () => {
|
||||
|
||||
Reference in New Issue
Block a user