Skip to content

Commit

Permalink
login token removal
Browse files Browse the repository at this point in the history
CSE JB  requested this be removed
  • Loading branch information
corey-e committed Jul 15, 2014
1 parent 8b315b2 commit 25c2d2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion login/login.ts
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ module Login {
// Required for cross-site ajax to work on IE
$.support.cors = true;

loginToken = cu.HasAPI() ? cuAPI.loginToken : 'H6befVkEqHI2M8BC8xLqw1';
loginToken = cu.HasAPI() ? cuAPI.loginToken : '';

if (!loginToken) return;

Expand Down

0 comments on commit 25c2d2e

Please sign in to comment.