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
{{ message }}
This repository has been archived by the owner on Mar 13, 2018. It is now read-only.
In the current master implementation the function _authHandler: function(user) is called twice. The first time through function locationChanged and the second time through function _loginHandler. This will then call on-login twice as well. This seams to be not the proper behavior because my functions will be then called twice as well and I have no chance to react on it in a correct manner.
The text was updated successfully, but these errors were encountered:
In the current master implementation the function
_authHandler: function(user)
is called twice. The first time through functionlocationChanged
and the second time through function_loginHandler
. This will then callon-login
twice as well. This seams to be not the proper behavior because my functions will be then called twice as well and I have no chance to react on it in a correct manner.The text was updated successfully, but these errors were encountered: