There was an error while loading. Please reload this page.
2 parents ca82fb2 + 190f71a commit 5acf9baCopy full SHA for 5acf9ba
1 file changed
frontend/src/components/LandingPage.vue
@@ -3,11 +3,6 @@
3
<Spinner v-if="!isLoadingComplete" />
4
<v-container v-else fluid class="pa-12">
5
<MessagesToolbar />
6
- <AppAlertBanner type="info">
7
- Thank you for logging in to the enhanced My ChildCareBC Services. Some organization and licence information is
8
- still being updated. If the information displayed for your organization has inaccuracies, please review your
9
- details again in 2 business days.
10
- </AppAlertBanner>
11
<EnrolmentReportDueDialog v-if="showEnrolmentReportDialog" />
12
<div v-if="organizationAccountNumber || organizationName" class="font-weight-bold pb-6 text-h5 text-center">
13
<p v-if="organizationAccountNumber">Organization ID: {{ organizationAccountNumber }}</p>
0 commit comments