Skip to content

Commit

Permalink
Update profile import
Browse files Browse the repository at this point in the history
  • Loading branch information
zachhuff386 committed Jul 27, 2019
1 parent e4b049e commit 5d71115
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/www/js/profile.js
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ Profile.prototype.import = function(data) {
this.user = data.user || null;
this.preConnectMsg = data.pre_connect_msg || null;
this.passwordMode = data.password_mode || null;
this.token = data.token || null;
this.token = data.token || false;
this.tokenTtl = data.token_ttl || null;
this.disableReconnect = data.disable_reconnect || null;
this.autostart = data.autostart || null;
Expand Down

0 comments on commit 5d71115

Please sign in to comment.