Move storage location definitions into common location in client.js

This commit is contained in:
Johannes Zellner
2022-09-27 13:31:13 +02:00
parent febb291421
commit 74f769f65d
5 changed files with 176 additions and 359 deletions
+2 -1
View File
@@ -37,4 +37,5 @@ angular.module('Application').directive('passwordReveal', function () {
element.parentNode.insertBefore(eye, element.nextSibling);
}
};
});
});