mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 10:21:52 +00:00
Update ssh-keys.page.ts
This commit is contained in:
committed by
Aiden McClelland
parent
289aef9693
commit
17da1dbc7f
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user