Add `onMultipleEvents` utility method.
And use it instead of listening to multiple Promises. Promises get resolved once, which means using them doesn't work for cases where the user logs out, and then in again (because the handlers don't get called upon 2nd login).
Showing
Please register or sign in to comment