Compare commits

...

2 Commits

1 changed files with 1 additions and 1 deletions

View File

@ -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();
} }