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
This is being blocked as Auth0 updates the last_login while in redirection phase. Therefore when we query for last_login in the Webtask we always get a value close to Date.now since from now there have been no failed attempts it fails.
This is being blocked as Auth0 updates the
last_loginwhile in redirection phase. Therefore when we query forlast_loginin the Webtask we always get a value close to Date.now since from now there have been no failed attempts it fails.