Skip to content

Commit

Permalink
Fixes #4386: SecuritySalt changes added
Browse files Browse the repository at this point in the history
  • Loading branch information
saravanan477 committed Feb 28, 2022
1 parent 0f7e571 commit e60a364
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/js/application.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ var R_MLDAP_LOGIN_HANDLE = '';
var R_MLDAP_SERVERS = '';
var last_activity = '';
var previous_date = '';
var SecuritySalt = 'e9a556134534545ab47c6c81c14f06c0b8sdfsdf';
const SecuritySalt = 'e9a556134534545ab47c6c81c14f06c0b8sdfsdf';
var last_user_activity_id = 0,
load_more_last_board_activity_id = 0,
last_board_activity_id = 0,
Expand Down

0 comments on commit e60a364

Please sign in to comment.