1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-16 16:23:44 +00:00

apply settings with state service.

This commit is contained in:
Kyle Spearrin
2018-02-12 15:06:39 -05:00
parent 3bb03d13d7
commit 3ee71a2b5b
6 changed files with 50 additions and 12 deletions

View File

@@ -129,6 +129,9 @@ export class VaultComponent implements OnInit, OnDestroy {
await this.load();
}
break;
case 'refreshCiphers':
this.ciphersComponent.refresh();
break;
default:
detectChanges = false;
break;