Skip to content

Commit

Permalink
chore(app): app crash on mfa user login
Browse files Browse the repository at this point in the history
  • Loading branch information
rhahao committed Dec 1, 2024
1 parent d67da92 commit 1b8c67d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/features/app_start/vip/verify_mfa/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ const VerifyMFA = () => {
hasError={hasError}
/>

{tokenDev.length > 0 && (
{tokenDev?.length > 0 && (
<Box sx={{ display: 'flex', gap: '20px' }}>
<Badge badgeContent={'dev'} color="error" />
<Box>
Expand Down

0 comments on commit 1b8c67d

Please sign in to comment.