Update ssh-keys.page.ts

This commit is contained in:
Drew Ansbacher
2021-09-20 13:18:07 -06:00
parent cf5aa94df3
commit c0f5b931a3

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)