make key config a global property not to be managed project wise

This commit is contained in:
Johannes Millan 2017-02-02 20:02:32 +01:00
parent c43d33247d
commit e13b221ff7

View file

@ -17,7 +17,8 @@
function Projects(LS_DEFAULTS, $localStorage, Uid, $window, SimpleToast, $injector) {
const GLOBAL_LS_FIELDS = [
'currentProject',
'projects'
'projects',
'keys'
];
const TMP_FIELDS = [