1
0
mirror of https://github.com/bitwarden/web synced 2025-12-11 05:43:16 +00:00

Ensure we only select all visible users (#1025)

This commit is contained in:
Oscar Hinton
2021-06-10 16:36:30 +02:00
committed by GitHub
parent fd683e9d71
commit 5939d590e3
2 changed files with 11 additions and 5 deletions

View File

@@ -481,7 +481,7 @@ registerLocaleData(localeZhTw, 'zh-TW');
TwoFactorYubiKeyComponent,
UpdateKeyComponent,
],
providers: [DatePipe],
providers: [DatePipe, SearchPipe],
bootstrap: [AppComponent],
})
export class AppModule { }