mirror of
https://github.com/nextcloud/passman.git
synced 2024-11-11 01:34:12 +08:00
Small fix
This commit is contained in:
parent
4d2518d47d
commit
3dc278b866
1 changed files with 2 additions and 0 deletions
|
@ -125,6 +125,8 @@ angular.module('passmanApp')
|
|||
var _vault = angular.copy(vault);
|
||||
_vault.vaultKey = angular.copy(vault_key);
|
||||
VaultService.setActiveVault(_vault);
|
||||
SettingsService.setSetting('defaultVaultPass', null);
|
||||
SettingsService.setSetting('defaultVault', null);
|
||||
var test_credential = CredentialService.newCredential();
|
||||
test_credential.label = 'Test key for vault ' + vault_name;
|
||||
test_credential.hidden = true;
|
||||
|
|
Loading…
Reference in a new issue