diff --git a/src/components/Carousel.vue b/src/components/Carousel.vue index d3565c9..93eac8f 100644 --- a/src/components/Carousel.vue +++ b/src/components/Carousel.vue @@ -158,10 +158,10 @@ export default { if (pages.length == 0) { this.$store.commit('navigator/reset') return this.$ons.notification.alert( - `${user.full_name}, you are not authorized to use any HANSCA features.`, + `You are not authorized to use any HANSCA features.`, { title: 'Unauthorized', maskColor: 'rgba(255, 0, 0, 0.2)' }); } - this.$ons.notification.toast(`Welcome to HANSCA, ${user.full_name}!`, { timeout: 2500, animation: 'fall' }) + this.$ons.notification.toast(`Welcome to HANSCA!`, { timeout: 2500, animation: 'fall' }) return { carouselIndex: 0, pages, diff --git a/src/components/MedicalRecords.vue b/src/components/MedicalRecords.vue index c7a04e1..9a1ece6 100644 --- a/src/components/MedicalRecords.vue +++ b/src/components/MedicalRecords.vue @@ -62,7 +62,6 @@ Ready to scan another patient bio ID`; this.query = '' this.resultText = `MEDICAL DETAILS: - Name: ${ person.full_name } Age: ${ 542 - person.birth_year } Fitness level: ${ person.medical_fitness_level || 'Unknown' } Last fitness check: ${ person.medical_last_fitness_check || 'Unknown' }