mirror of
https://github.com/bitwarden/web
synced 2026-01-19 17:03:21 +00:00
Fix organization policies not showin up in login/register (#1067)
This commit is contained in:
@@ -29,7 +29,7 @@ export abstract class BaseAcceptComponent implements OnInit {
|
||||
|
||||
constructor(protected router: Router, protected toasterService: ToasterService,
|
||||
protected i18nService: I18nService, protected route: ActivatedRoute,
|
||||
protected userService: UserService, private stateService: StateService) { }
|
||||
protected userService: UserService, protected stateService: StateService) { }
|
||||
|
||||
abstract authedHandler(qParams: any): Promise<void>;
|
||||
abstract unauthedHandler(qParams: any): Promise<void>;
|
||||
|
||||
Reference in New Issue
Block a user