mirror of
https://github.com/bitwarden/browser
synced 2025-12-22 19:23:52 +00:00
Fixed lint warnings (#1655)
This commit is contained in:
@@ -22,7 +22,7 @@ export class PasswordHistoryComponent extends BasePasswordHistoryComponent {
|
||||
}
|
||||
|
||||
async ngOnInit() {
|
||||
const queryParamsSub = this.route.queryParams.subscribe(async (params) => {
|
||||
const queryParamsSub = this.route.queryParams.subscribe(async params => {
|
||||
if (params.cipherId) {
|
||||
this.cipherId = params.cipherId;
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user