bitwarden-estensione-browser/apps/browser/src/popup/services/unauth-guard.service.ts

9 lines
262 B
TypeScript

import { Injectable } from "@angular/core";
import { UnauthGuard as BaseUnauthGuardService } from "@bitwarden/angular/guards/unauth.guard";
@Injectable()
export class UnauthGuardService extends BaseUnauthGuardService {
protected homepage = "tabs/current";
}