mirror of
https://github.com/bitwarden/browser
synced 2026-02-20 11:24:07 +00:00
[CL-581] Update svgs to new designs and make responsive (#16219)
This commit is contained in:
@@ -3,7 +3,7 @@ import { Component, OnInit } from "@angular/core";
|
||||
import { ActivatedRoute, Router } from "@angular/router";
|
||||
import { firstValueFrom } from "rxjs";
|
||||
|
||||
import { NoAccess } from "@bitwarden/assets/svg";
|
||||
import { DeactivatedOrg } from "@bitwarden/assets/svg";
|
||||
// This import has been flagged as unallowed for this class. It may be involved in a circular dependency loop.
|
||||
// eslint-disable-next-line no-restricted-imports
|
||||
import {
|
||||
@@ -112,7 +112,7 @@ export class SetInitialPasswordComponent implements OnInit {
|
||||
this.userType = SetInitialPasswordUserType.OFFBOARDED_TDE_ORG_USER_UNTRUSTED_DEVICE;
|
||||
this.anonLayoutWrapperDataService.setAnonLayoutWrapperData({
|
||||
pageTitle: { key: "unableToCompleteLogin" },
|
||||
pageIcon: NoAccess,
|
||||
pageIcon: DeactivatedOrg,
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user