1
0
mirror of https://github.com/bitwarden/web synced 2025-12-12 22:33:23 +00:00

org keys and optimized org profile load for sidenav

This commit is contained in:
Kyle Spearrin
2017-03-06 23:54:06 -05:00
parent b3c8337f83
commit 0ea4b4400f
6 changed files with 84 additions and 14 deletions

View File

@@ -6,6 +6,7 @@ angular
vm.bodyClass = '';
vm.searchVaultText = null;
vm.version = appSettings.version;
vm.userProfile = authService.getUserProfile();
$scope.currentYear = new Date().getFullYear();