This is because without specifying it, the error of
Uncaught Error: Nothing handled the action 'afterSignIn'. If you did handle the action, this error can be caused by returning true from an action handler in a controller, causing the action to bubble.
is thrown.
This is because without specifying it, the error of
is thrown.