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 line is throwing an error, both when I register and when I register and after I login, logout, and then try to access one of the protected routers: TypeError: Cannot read property 'logged_in' of undefined
Possible fix: if you don't use an 'if/else', you need to return your if error callback otherwise your function keeps running and the error gets thrown in line 21.
https://github.com/fac-14/KaMoSiMa/blob/master/src/router.js#L21
This line is throwing an error, both when I register and when I register and after I login, logout, and then try to access one of the protected routers:
TypeError: Cannot read property 'logged_in' of undefined
Possible fix: if you don't use an 'if/else', you need to
return
your if error callback otherwise your function keeps running and the error gets thrown in line 21.The text was updated successfully, but these errors were encountered: