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
If the user clicks elsewhere on the page while auth is visible, form validation runs and makes the auth form show errors. This even flashes if you click one of the Oauth buttons.
As far as I can tell, Vuetify doesn't allow for this sort of lazy validation. Options are to either disable auto-focus for the auth form or live with the error.
If the user clicks elsewhere on the page while auth is visible, form validation runs and makes the auth form show errors. This even flashes if you click one of the Oauth buttons.
As far as I can tell, Vuetify doesn't allow for this sort of lazy validation. Options are to either disable auto-focus for the auth form or live with the error.
vuetifyjs/vuetify#3530
^ please upvote that issue
The text was updated successfully, but these errors were encountered: