mirror of
https://github.com/bitwarden/browser
synced 2025-12-11 05:43:41 +00:00
chore: update sdk to main.105 (#13472)
* chore: update sdk version * fix: sdk breaking changes
This commit is contained in:
@@ -827,9 +827,9 @@ export class AddEditComponent implements OnInit, OnDestroy {
|
||||
private async generateSshKey(showNotification: boolean = true) {
|
||||
await firstValueFrom(this.sdkService.client$);
|
||||
const sshKey = generate_ssh_key("Ed25519");
|
||||
this.cipher.sshKey.privateKey = sshKey.private_key;
|
||||
this.cipher.sshKey.publicKey = sshKey.public_key;
|
||||
this.cipher.sshKey.keyFingerprint = sshKey.key_fingerprint;
|
||||
this.cipher.sshKey.privateKey = sshKey.privateKey;
|
||||
this.cipher.sshKey.publicKey = sshKey.publicKey;
|
||||
this.cipher.sshKey.keyFingerprint = sshKey.fingerprint;
|
||||
|
||||
if (showNotification) {
|
||||
this.toastService.showToast({
|
||||
|
||||
Reference in New Issue
Block a user