mirror of
https://github.com/bitwarden/browser
synced 2025-12-18 17:23:37 +00:00
implement web onInit
This commit is contained in:
@@ -1,3 +1,13 @@
|
||||
import { UrlTree } from "@angular/router";
|
||||
|
||||
import { LoginService } from "./login.service";
|
||||
|
||||
export class DefaultLoginService implements LoginService {}
|
||||
export class DefaultLoginService implements LoginService {
|
||||
setPreviousUrl(route: UrlTree): void | null {
|
||||
return null;
|
||||
}
|
||||
|
||||
async handleExistingOrgInvite(): Promise<void | null> {
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user