diff --git a/client-protocol/LingChairClient.ts b/client-protocol/LingChairClient.ts index 1643229..a5818cf 100644 --- a/client-protocol/LingChairClient.ts +++ b/client-protocol/LingChairClient.ts @@ -82,7 +82,7 @@ export default class LingChairClient { password?: string, }) { try { - this.authOrThrow(args) + await this.authOrThrow(args) return true } catch (_) { return false