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:
@@ -89,4 +89,11 @@ export class DefaultLoginComponentService implements LoginComponentService {
|
||||
encodeURIComponent(email),
|
||||
);
|
||||
}
|
||||
|
||||
/**
|
||||
* No-op implementation of showBackButton
|
||||
*/
|
||||
showBackButton(): void {
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user