feat: add biometric enrollment and viewing capabilities with API integration

This commit is contained in:
Nati
2026-08-28 08:15:39 +00:00
parent ea0a458ed0
commit 5006e4685b
6 changed files with 236 additions and 10 deletions

View File

@@ -83,6 +83,7 @@ export const PORTAL_PERMISSIONS = {
APPLY_EXAM: "can:apply:exam",
VIEW_OWN_EXAM: "can:View:own-exam",
VIEW_OWN_CERTIFICATES: "can:View:own-certificates",
VIEW_OWN_BIOMETRICS: "can:View:own-biometrics",
APPLY_VESSEL_REGISTRATION: "can:apply:vessel-registration",
VIEW_OWN_VESSELS: "can:View:own-vessels",
REPORT_VESSEL_INCIDENT: "can:report:own-vessel-incident",