Skip to content

Commit 34b59b7

Browse files
committed
feat: update x scopes
1 parent be7e30a commit 34b59b7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/web/lib/auth-server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ const X_CLIENT_SECRET =
1919
process.env.X_CLIENT_SECRET ??
2020
process.env.TWITTER_CLIENT_SECRET ??
2121
process.env.TWITER_CLIENT_SECRET;
22-
const X_OAUTH_SCOPES = ["users.read", "email"] as const;
22+
const X_OAUTH_SCOPES = ["users.read", "user.email"] as const;
2323
const DEFAULT_CLI_CLIENT_ID = "claws-supply-cli";
2424

2525
function resolveAuthBaseURL(): string | undefined {

0 commit comments

Comments
 (0)