mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 16:53:34 +00:00
implement notifications service
This commit is contained in:
@@ -121,9 +121,11 @@ export class CiphersComponent extends BaseCiphersComponent implements OnInit, On
|
||||
this.ngZone.run(async () => {
|
||||
switch (message.command) {
|
||||
case 'syncCompleted':
|
||||
window.setTimeout(() => {
|
||||
this.refresh();
|
||||
}, 500);
|
||||
if (message.successfully) {
|
||||
window.setTimeout(() => {
|
||||
this.refresh();
|
||||
}, 500);
|
||||
}
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user