mirror of
https://github.com/bitwarden/browser
synced 2025-12-20 10:13:31 +00:00
logout issues with cache fixed. updated chrome store images
This commit is contained in:
@@ -72,6 +72,8 @@
|
||||
userService.clearEmail(function () {
|
||||
siteService.clear(userId, function () {
|
||||
folderService.clear(userId, function () {
|
||||
$rootScope.vaultSites = null;
|
||||
$rootScope.vaultFolders = null;
|
||||
callback();
|
||||
});
|
||||
});
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
<p>
|
||||
There are no folders to list.
|
||||
<a ui-sref="addFolder({animation: 'in-slide-up'})" style="margin-top: 20px;"
|
||||
class="btn btn-link btn-lg btn-block">Add a Folder</a>
|
||||
class="btn btn-link btn-block">Add a Folder</a>
|
||||
</p>
|
||||
</div>
|
||||
<div class="page-loading" ng-if="!loaded">
|
||||
|
||||
Reference in New Issue
Block a user