diff options
| author | it-fixcomart <it@fixcomart.co.id> | 2024-08-21 17:10:13 +0700 |
|---|---|---|
| committer | it-fixcomart <it@fixcomart.co.id> | 2024-08-21 17:10:13 +0700 |
| commit | 2ffc49bb65a16f07cf5a3b7e4926c34ea07b9460 (patch) | |
| tree | f417c2d0e543ff8f41186a8177167cff8b9ad01b /src-migrate/types/auth.ts | |
| parent | 2f106583f644e29019828a9e8ed82e23c7c67d0a (diff) | |
<iman> update new register
Diffstat (limited to 'src-migrate/types/auth.ts')
| -rw-r--r-- | src-migrate/types/auth.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src-migrate/types/auth.ts b/src-migrate/types/auth.ts index e93a475a..593e120f 100644 --- a/src-migrate/types/auth.ts +++ b/src-migrate/types/auth.ts @@ -10,6 +10,7 @@ export type AuthProps = { name: string; email: string; phone: string; + npwp: string; mobile: string; external: boolean; company: boolean; |
