feat(biometric-enrollment): add biometric enrollment feature with API integration and UI components

This commit is contained in:
Nati
2026-08-28 06:45:47 +00:00
parent c3db978a1f
commit 822abe4de4
10 changed files with 340 additions and 0 deletions

View File

@@ -6,6 +6,7 @@ export * from './lib/features/location';
export * from './lib/features/seafarer';
export * from './lib/features/seafarer-registration';
export * from './lib/features/seafarer-document';
export * from './lib/features/biometric-enrollment';
export * from './lib/features/vessel';
export { baseQueryWithReauth, configureTokenRefresh } from './lib/base-api/base-query-with-reauth';
export { openAuthedDocument, downloadAuthedFile } from './lib/base-api/download';