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
I'm using your component in Vue.js however I notice that when the user fills out a very large form, spending too much time on screen, the first request will give the timeout message and the user will need to click again to submit the form.
Is there any alternative to increase this time, or when it exceeds the time, automatically make a new request to get a new token?
The text was updated successfully, but these errors were encountered:
Hello Luisrossi, i think by design, the component shouldn't allow the key to be refreshed, so this needs to be handled on your side, for example, you can just do simple Javascript coding:
I'm using your component in Vue.js however I notice that when the user fills out a very large form, spending too much time on screen, the first request will give the timeout message and the user will need to click again to submit the form.
Is there any alternative to increase this time, or when it exceeds the time, automatically make a new request to get a new token?
The text was updated successfully, but these errors were encountered: