• JC Brand's avatar
    Add `onMultipleEvents` utility method. · 68b839d0
    JC Brand authored
    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).
    68b839d0
utils.js 24.5 KB