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

WIP remove validated email& display extension back button

This commit is contained in:
Alec Rippberger
2024-10-18 17:07:34 -05:00
parent 493fbc0f32
commit 628acf0c16
7 changed files with 45 additions and 18 deletions

View File

@@ -89,4 +89,11 @@ export class DefaultLoginComponentService implements LoginComponentService {
encodeURIComponent(email),
);
}
/**
* No-op implementation of showBackButton
*/
showBackButton(): void {
return;
}
}