mirror of
https://github.com/nextcloud/passman.git
synced 2025-09-13 00:14:25 +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.active_vault = null;
|
||||||
$scope.credentials = [];
|
$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