summaryrefslogtreecommitdiff
path: root/src/lib/auth
diff options
context:
space:
mode:
authorit-fixcomart <it@fixcomart.co.id>2024-09-11 11:11:38 +0700
committerit-fixcomart <it@fixcomart.co.id>2024-09-11 11:11:38 +0700
commitb89d57916ec9d2be3db786a8481a0acc5fd74e2f (patch)
tree57cc69c9740da593bd386d57d64fd418239fde9c /src/lib/auth
parent7f2c4404adcde5fbaea32e895542d2c313bd507b (diff)
<iman> update tampilan desktop switcj account
Diffstat (limited to 'src/lib/auth')
-rw-r--r--src/lib/auth/components/SwitchAccount.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/auth/components/SwitchAccount.jsx b/src/lib/auth/components/SwitchAccount.jsx
index e1249779..da0ff068 100644
--- a/src/lib/auth/components/SwitchAccount.jsx
+++ b/src/lib/auth/components/SwitchAccount.jsx
@@ -134,7 +134,7 @@ const SwitchAccount = () => {
</Stack>
</RadioGroup>
</div>
- <FormBisnis type='bisnis' required={isTerdaftar} isPKP={isPKP} />
+ <FormBisnis type='profil' required={isTerdaftar} isPKP={isPKP} />
</div>
)}
</>