You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. Add OTP input box in login form 2. If we login and open https://www.mikrocube.com/wallets, it gets redirected to https://www.mikrocube.com/wallets/deposit?currency=defaultcurrency but the ${currency.name} does not fills with the defaultcurrency, which leads to the error: TypeError: Cannot read property 'name' of undefined 3. Add Signup Page 4. Add 2FA OTP generation in Profile Page (by adding profile page) 5. Add Fiat Template for Fiat Deposits and Withdrawals 6. Withdrawal amount (/wallets/withdrawal?currency=name) field accepts only integer. Need to fix it. 7. Add Logout NavBar for Mobile View.
The text was updated successfully, but these errors were encountered:
1. Add OTP input box in login form
2. If we login and open https://www.mikrocube.com/wallets, it gets redirected to https://www.mikrocube.com/wallets/deposit?currency=defaultcurrency but the ${currency.name} does not fills with the defaultcurrency, which leads to the error:
TypeError: Cannot read property 'name' of undefined
3. Add Signup Page
4. Add 2FA OTP generation in Profile Page (by adding profile page)
5. Add Fiat Template for Fiat Deposits and Withdrawals
6. Withdrawal amount (/wallets/withdrawal?currency=name) field accepts only integer. Need to fix it.
7. Add Logout NavBar for Mobile View.
The text was updated successfully, but these errors were encountered: