Skip to content

Commit e8ab1b8

Browse files
committed
MP-40 debug dice verificationCallback data
1 parent 42d49af commit e8ab1b8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/apps/accounts/src/settings/tabs/account/security/dice-setup-modal/DiceSetupModal.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@ 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)
6668
if (data.success) {
6769
const userEmail: string = get(data, 'user.profile.Email')
6870
if (!isUndefined(userEmail) && lowerCase(userEmail) === lowerCase(props.profile.email)) {

0 commit comments

Comments
 (0)