Compare commits
No commits in common. "1c738c8aae40dbae0c6b66a23f70da6250fa045c" and "29adc6dcca3b23744864fc99b0f91fc382046d8e" have entirely different histories.
1c738c8aae
...
29adc6dcca
|
@ -105,7 +105,7 @@ export class Client {
|
|||
}
|
||||
|
||||
async login(): Promise<LoginResponse> {
|
||||
if (this._options.privateKey) {
|
||||
if (!this._options.privateKey) {
|
||||
return this.loginPubkey();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue