File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
src/apps/accounts/src/settings/tabs/account/security/dice-setup-modal Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -63,8 +63,6 @@ const DiceSetupModal: FC<DiceSetupModalProps> = (props: DiceSetupModalProps) =>
6363 }
6464
6565 function verificationCallback ( data : any ) : void {
66- // eslint-disable-next-line no-console
67- console . log ( 'dice verificationCallback data' , data )
6866 if ( data . success ) {
6967 const userEmail : string = get ( data , 'user.profile.Email' )
7068 if ( ! isUndefined ( userEmail ) && lowerCase ( userEmail ) === lowerCase ( props . profile . email ) ) {
@@ -82,7 +80,7 @@ const DiceSetupModal: FC<DiceSetupModalProps> = (props: DiceSetupModalProps) =>
8280 toast . error ( 'Something went wrong. Please try again later.' )
8381 } )
8482 } else {
85- setStep ( 4 )
83+ setStep ( 5 )
8684 }
8785 } else {
8886 setStep ( 5 )
You can’t perform that action at this time.
0 commit comments