Skip to content

Commit

Permalink
Remove ssh key type references
Browse files Browse the repository at this point in the history
  • Loading branch information
quexten committed Aug 21, 2024
1 parent cd33f0b commit 93aeb3f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion libs/common/src/vault/services/cipher.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1551,7 +1551,7 @@ export class CipherService implements CipherServiceAbstraction {
{
privateKey: null,
publicKey: null,
keyAlgorithm: null,
keyFingerprint: null,
},
key,
);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,5 @@ <h2 bitTypography="h5">
<bit-label>{{ "sshFingerprint" | i18n }}</bit-label>
<input id="keyFingerprint" bitInput formControlName="keyFingerprint" />
</bit-form-field>

<bit-form-field>
<bit-label>{{ "sshKeyAlgorithm" | i18n }}</bit-label>
<input id="keyAlgorithm" bitInput formControlName="keyAlgorithm" />
</bit-form-field>
</bit-card>
</bit-section>

0 comments on commit 93aeb3f

Please sign in to comment.