summaryrefslogtreecommitdiff
path: root/src-migrate/types/auth.ts
diff options
context:
space:
mode:
authorit-fixcomart <it@fixcomart.co.id>2025-03-19 10:07:25 +0700
committerit-fixcomart <it@fixcomart.co.id>2025-03-19 10:07:25 +0700
commit4f672d76536af35b6945693fd21a94d97d72ec30 (patch)
tree92745e0c0eca8c148f561ce4240a106c463b6d22 /src-migrate/types/auth.ts
parentb261f7fd592965fe60fbfb8842d9769b96988573 (diff)
parent6a036ddb5daf9c3d1307059fcc6b4d41d0d566c6 (diff)
Merge branch 'new-release' into CR/renca-banner
Diffstat (limited to 'src-migrate/types/auth.ts')
-rw-r--r--src-migrate/types/auth.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src-migrate/types/auth.ts b/src-migrate/types/auth.ts
index 1b400e95..f451ef75 100644
--- a/src-migrate/types/auth.ts
+++ b/src-migrate/types/auth.ts
@@ -30,7 +30,7 @@ export type RegisterProps = z.infer<typeof registerSchema>;
export type RegisterResApiProps = {
register: boolean;
- reason: 'EMAIL_USED' | 'NOT_ACTIVE' | null;
+ reason: 'EMAIL_USED' | 'NOT_ACTIVE' | 'BISNIS_NOT_FOUND' | null;
};
type ActivationResProps = {