mirror of
https://github.com/nextcloud/passman.git
synced 2025-09-12 07:54:45 +08:00
Merge branch 'master' into fix/550/logout_does_not_clear_vault
This commit is contained in:
commit
683b06ae1e
1 changed files with 7 additions and 8 deletions
|
@ -540,13 +540,12 @@
|
|||
}
|
||||
$scope.active_vault = null;
|
||||
$scope.credentials = [];
|
||||
VaultService.clearVaultService();
|
||||
VaultService.clearVaultService();
|
||||
});
|
||||
|
||||
});
|
||||
$scope.clearState = function () {
|
||||
$scope.delete_time = 0;
|
||||
};
|
||||
|
||||
$scope.clearState = function () {
|
||||
$scope.delete_time = 0;
|
||||
};
|
||||
|
||||
}]);
|
||||
}());
|
||||
}]);
|
||||
}());
|
||||
|
|
Loading…
Add table
Reference in a new issue