Update accountPreferences.js

pull/8433/head
Rodrigo Nascimento 8 years ago committed by GitHub
parent a148320ac5
commit d281f0c5d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      packages/rocketchat-ui-account/client/accountPreferences.js

@ -199,7 +199,7 @@ Template.accountPreferences.onCreated(function() {
data.idleTimeLimit = idleTimeLimit;
let reload = false;
// if highlights changed we need page reload
const user = Meteor.user();
if (user &&

Loading…
Cancel
Save