Skip to content

Commit

Permalink
fix: Being stuck on loading after a SAML login (#2472)
Browse files Browse the repository at this point in the history
* fix: Being stuck on loading after a SAML login
  • Loading branch information
jeanfbrito authored Aug 23, 2022
1 parent 8c108fc commit 1a0b6f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/injected.ts
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ const start = (): void => {

Tracker.autorun(() => {
const uid = Meteor.userId();
if (!uid) return;
const isAutoAwayEnabled: unknown = getUserPreference(uid, 'enableAutoAway');
const idleThreshold: unknown = getUserPreference(uid, 'idleTimeLimit');

Expand Down

0 comments on commit 1a0b6f2

Please sign in to comment.