feat(seafarer-registration): remove standalone registration page and redirect to licensing flow; update profile handling and eligibility checks

This commit is contained in:
Nati
2026-08-17 09:15:39 +00:00
parent 3e3d20174c
commit 7f45df04e0
8 changed files with 41 additions and 656 deletions

View File

@@ -35,6 +35,8 @@ export interface CurrentProfileAddress {
id: string;
idType: string;
idNumber: string;
passportNumber: string | null;
passportExpiry: string | null;
nationality: string;
regionId: string | null;
cityId: string | null;
@@ -42,6 +44,7 @@ export interface CurrentProfileAddress {
woredaId: string | null;
kebeleId: string | null;
streetAddress: string | null;
currentAddress: string | null;
houseNumber: string | null;
primaryPhoneNumber: string;
secondaryPhoneNumber: string | null;