1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-16 08:13:42 +00:00

Rework ExtensionAnonLayoutWrapperDataService to use BehaviorSubject

This commit is contained in:
Alec Rippberger
2024-10-21 08:32:14 -05:00
parent 808d31c790
commit 8889ed3d3c
6 changed files with 24 additions and 21 deletions

View File

@@ -93,7 +93,7 @@ export class DefaultLoginComponentService implements LoginComponentService {
/**
* No-op implementation of showBackButton
*/
showBackButton(): void {
showBackButton(show: boolean): void {
return;
}
}