From 21805f49cef4f4b36c13bca98a4a30281df13c6a Mon Sep 17 00:00:00 2001 From: Xeovalyte Date: Sat, 1 Oct 2022 11:31:23 +0200 Subject: [PATCH] small chaganges --- frontend/ios/App/Podfile | 1 + frontend/pages/settings/config/changeemail.vue | 2 +- frontend/pages/settings/config/managerelatiecodes.vue | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/frontend/ios/App/Podfile b/frontend/ios/App/Podfile index 5e1b17a..359c5a1 100644 --- a/frontend/ios/App/Podfile +++ b/frontend/ios/App/Podfile @@ -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 diff --git a/frontend/pages/settings/config/changeemail.vue b/frontend/pages/settings/config/changeemail.vue index 1b71487..4ce2772 100644 --- a/frontend/pages/settings/config/changeemail.vue +++ b/frontend/pages/settings/config/changeemail.vue @@ -27,7 +27,7 @@ import { updateDoc, doc } from 'firebase/firestore' import { useToast } from 'vue-toastification' definePageMeta({ - title: 'Change Password', + title: 'Change Email', key: 'back' }) diff --git a/frontend/pages/settings/config/managerelatiecodes.vue b/frontend/pages/settings/config/managerelatiecodes.vue index f24b2c1..d7e3feb 100644 --- a/frontend/pages/settings/config/managerelatiecodes.vue +++ b/frontend/pages/settings/config/managerelatiecodes.vue @@ -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==',