window supports websockets

This commit is contained in:
Drew Ansbacher
2021-09-16 12:20:21 -06:00
committed by Aiden McClelland
parent b04892f5f4
commit 2a7f1a6eb7
5 changed files with 9 additions and 9 deletions

View File

@@ -62,7 +62,7 @@ export class SSHKeysPage {
await loader.present()
try {
const key = await this.embassyApi.addSshKey({ pubkey })
const key = await this.embassyApi.addSshKey({ key: pubkey })
this.sshKeys = { ...this.sshKeys, ...key }
} catch (e) {
this.errToast.present(e)