Skip to content

Commit

Permalink
#1410 Use a new localstorage index value for TheHive 4
Browse files Browse the repository at this point in the history
  • Loading branch information
nadouani committed Jul 22, 2020
1 parent 0931b16 commit 96d60d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/app/scripts/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -588,7 +588,7 @@ angular.module('thehive', [
'use strict';

localStorageServiceProvider
.setPrefix('th')
.setPrefix('th4')
.setStorageType('localStorage')
.setNotify(false, false);
})
Expand Down

0 comments on commit 96d60d4

Please sign in to comment.