Update ssh-keys.page.ts

This commit is contained in:
Drew Ansbacher
2021-09-20 13:18:07 -06:00
committed by Aiden McClelland
parent 289aef9693
commit 17da1dbc7f

View File

@@ -63,7 +63,6 @@ export class SSHKeysPage {
try {
const key = await this.embassyApi.addSshKey({ key: pubkey })
console.log('key', key)
this.sshKeys.push(key)
} catch (e) {
this.errToast.present(e)