summaryrefslogtreecommitdiff
path: root/src-migrate/types
diff options
context:
space:
mode:
authorit-fixcomart <it@fixcomart.co.id>2024-08-21 17:10:13 +0700
committerit-fixcomart <it@fixcomart.co.id>2024-08-21 17:10:13 +0700
commit2ffc49bb65a16f07cf5a3b7e4926c34ea07b9460 (patch)
treef417c2d0e543ff8f41186a8177167cff8b9ad01b /src-migrate/types
parent2f106583f644e29019828a9e8ed82e23c7c67d0a (diff)
<iman> update new register
Diffstat (limited to 'src-migrate/types')
-rw-r--r--src-migrate/types/auth.ts1
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;