Skip to content

Commit 820ae34

Browse files
Copilothotlong
andauthored
Fix TS2345: add required type: 'email' to client.auth.login() call in auth/login.ts
Agent-Logs-Url: https://github.com/objectstack-ai/framework/sessions/a0bd0f1a-f742-48c7-a74e-41aed3aecf26 Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
1 parent bfda7e0 commit 820ae34

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/cli/src/commands/auth/login.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@ export default class AuthLogin extends Command {
130130
});
131131

132132
const response = await client.auth.login({
133+
type: 'email',
133134
email,
134135
password,
135136
});

0 commit comments

Comments
 (0)