You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/ECER.Clients.RegistryPortal/ecer.clients.registryportal.client/src/components/Declaration.vue
+4-21Lines changed: 4 additions & 21 deletions
Original file line number
Diff line number
Diff line change
@@ -4,25 +4,7 @@
4
4
<h1class="mb-5">Declaration and consent</h1>
5
5
<p>You must read and agree to the following to apply for certification.</p>
6
6
<br />
7
-
<ulclass="ml-10">
8
-
<li>I understand that the ECE Registry may require additional information (including supporting documents) in connection with this application.</li>
9
-
<li>
10
-
I confirm that the information provided in this application is complete and accurate. I understand if inaccurate information is submitted it may result
11
-
in the denial of certification.
12
-
</li>
13
-
<li>
14
-
I understand that information in this application or subsequently provided information may be reviewed, audited, and verified for the purpose of
15
-
determining or auditing my eligibility for an ECE Certificate in British Columbia.
16
-
</li>
17
-
<li>
18
-
I understand that the ECE Registry may take disciplinary actions against me, including action to cancel my certification, if I have, by omission or
19
-
commission, knowingly given false or misleading information in the course of completing this application.
20
-
</li>
21
-
<li>
22
-
I consent the work experience and character references indicated in this application to provide the ECE Registry with this reference and other
23
-
information as part of my application for certification.
24
-
</li>
25
-
</ul>
7
+
<pclass="ml-10 multiline">{{ configStore.defaultContents.find((content) => content.name == "New BC Recognized Application")?.multiText }}</p>
0 commit comments