Compare commits
2 Commits
29adc6dcca
...
1c738c8aae
Author | SHA1 | Date |
---|---|---|
Derrick Hammer | 1c738c8aae | |
Derrick Hammer | afd79e308f |
|
@ -105,7 +105,7 @@ export class Client {
|
||||||
}
|
}
|
||||||
|
|
||||||
async login(): Promise<LoginResponse> {
|
async login(): Promise<LoginResponse> {
|
||||||
if (!this._options.privateKey) {
|
if (this._options.privateKey) {
|
||||||
return this.loginPubkey();
|
return this.loginPubkey();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue