small chaganges

This commit is contained in:
Xeovalyte 2022-10-01 11:31:23 +02:00
parent 3d308240a7
commit 21805f49ce
3 changed files with 3 additions and 2 deletions

View File

@ -11,6 +11,7 @@ install! 'cocoapods', :disable_input_output_paths => true
def capacitor_pods
pod 'Capacitor', :path => '../../node_modules/@capacitor/ios'
pod 'CapacitorCordova', :path => '../../node_modules/@capacitor/ios'
pod 'CapacitorDevice', :path => '../../node_modules/@capacitor/device'
pod 'CapacitorPushNotifications', :path => '../../node_modules/@capacitor/push-notifications'
end

View File

@ -27,7 +27,7 @@ import { updateDoc, doc } from 'firebase/firestore'
import { useToast } from 'vue-toastification'
definePageMeta({
title: 'Change Password',
title: 'Change Email',
key: 'back'
})

View File

@ -74,7 +74,7 @@ const updateCheckbox = (person) => {
const getAllPersons = () => {
if (userPersons.value.length === 0) return setTimeout(() => getAllPersons(), 50)
fetch('https://api.xeovalyte.com//getrelatiecodes', {
fetch('https://api.xeovalyte.com/getrelatiecodes', {
method: 'POST',
headers: {
Authorization: 'Basic WGVvdmFseXRlOmtNKjhuRXMzNTchalJlXm1KYnZrRSFOIw==',