mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-04-01 21:13:09 +00:00
window supports websockets
This commit is contained in:
committed by
Aiden McClelland
parent
b04892f5f4
commit
2a7f1a6eb7
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user