I have following code in a page that is set to allow access to anyone…
$w.onReady( function async () {
wixUsers.onLogin( () => {
$w( ‘#text31’ ).text = “Logged IN”
tableresetter();
} );
Every single post I have seen on OnLogin not firing has been unaswered by Covid team and there is mentioned of ‘being worked on’ for last two years. Does anybody know if it will ever be fixed so i can handle the user login (Which in turn will allow me to handle a different wix bug that support couldn’t fix)