small chaganges
This commit is contained in:
parent
3d308240a7
commit
21805f49ce
@ -11,6 +11,7 @@ install! 'cocoapods', :disable_input_output_paths => true
|
|||||||
def capacitor_pods
|
def capacitor_pods
|
||||||
pod 'Capacitor', :path => '../../node_modules/@capacitor/ios'
|
pod 'Capacitor', :path => '../../node_modules/@capacitor/ios'
|
||||||
pod 'CapacitorCordova', :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'
|
pod 'CapacitorPushNotifications', :path => '../../node_modules/@capacitor/push-notifications'
|
||||||
end
|
end
|
||||||
|
|
||||||
|
@ -27,7 +27,7 @@ import { updateDoc, doc } from 'firebase/firestore'
|
|||||||
import { useToast } from 'vue-toastification'
|
import { useToast } from 'vue-toastification'
|
||||||
|
|
||||||
definePageMeta({
|
definePageMeta({
|
||||||
title: 'Change Password',
|
title: 'Change Email',
|
||||||
key: 'back'
|
key: 'back'
|
||||||
})
|
})
|
||||||
|
|
||||||
|
@ -74,7 +74,7 @@ const updateCheckbox = (person) => {
|
|||||||
|
|
||||||
const getAllPersons = () => {
|
const getAllPersons = () => {
|
||||||
if (userPersons.value.length === 0) return setTimeout(() => getAllPersons(), 50)
|
if (userPersons.value.length === 0) return setTimeout(() => getAllPersons(), 50)
|
||||||
fetch('https://api.xeovalyte.com//getrelatiecodes', {
|
fetch('https://api.xeovalyte.com/getrelatiecodes', {
|
||||||
method: 'POST',
|
method: 'POST',
|
||||||
headers: {
|
headers: {
|
||||||
Authorization: 'Basic WGVvdmFseXRlOmtNKjhuRXMzNTchalJlXm1KYnZrRSFOIw==',
|
Authorization: 'Basic WGVvdmFseXRlOmtNKjhuRXMzNTchalJlXm1KYnZrRSFOIw==',
|
||||||
|
Loading…
Reference in New Issue
Block a user