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
Since Monobank limits requests to once per minute, we need to disable the "Refresh balance" button after the first click.
After the click, disable the button inside the component for 10 minutes and clear with setTimeout.
After the click, set to LocalStorage "-monobank-next-allowed-refresh-timestamp" which will allow refreshing only in 10 mins. For the case when the user will re-login to other accounts.
Handle 429 error code from API with error notification type.
The text was updated successfully, but these errors were encountered:
Since Monobank limits requests to once per minute, we need to disable the "Refresh balance" button after the first click.
The text was updated successfully, but these errors were encountered: