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

9 lines
276 B
TypeScript

import { Injectable } from '@angular/core';
import { UnauthGuardService as BaseUnauthGuardService } from 'jslib-angular/services/unauth-guard.service';
@Injectable()
export class UnauthGuardService extends BaseUnauthGuardService {
protected homepage = 'tabs/current';
}