Compare commits

..

No commits in common. "1c738c8aae40dbae0c6b66a23f70da6250fa045c" and "29adc6dcca3b23744864fc99b0f91fc382046d8e" have entirely different histories.

1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@ export class Client {
}
async login(): Promise<LoginResponse> {
if (this._options.privateKey) {
if (!this._options.privateKey) {
return this.loginPubkey();
}