mirror of
https://github.com/bitwarden/browser
synced 2026-02-18 10:23:52 +00:00
Move approve ssh request out of Platform (#18226)
This commit is contained in:
committed by
jaasen-livefront
parent
0ab0f5d437
commit
720386f83c
@@ -32,8 +32,8 @@ import { CipherService } from "@bitwarden/common/vault/abstractions/cipher.servi
|
||||
import { CipherType } from "@bitwarden/common/vault/enums";
|
||||
import { DialogService, ToastService } from "@bitwarden/components";
|
||||
|
||||
import { ApproveSshRequestComponent } from "../../platform/components/approve-ssh-request";
|
||||
import { DesktopSettingsService } from "../../platform/services/desktop-settings.service";
|
||||
import { ApproveSshRequestComponent } from "../components/approve-ssh-request";
|
||||
import { SshAgentPromptType } from "../models/ssh-agent-setting";
|
||||
|
||||
@Injectable({
|
||||
|
||||
Reference in New Issue
Block a user