Skip to content

Commit 33ec325

Browse files
committed
Add OAuth-2 login via GitHub to query SlideRuleEarth membership #866
1 parent 5c09a58 commit 33ec325

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ BANNER_TEXT ?=
1818
# GitHub OAuth Configuration (for organization membership verification)
1919
# These are public Client IDs (not secrets) - safe to commit
2020
VITE_GITHUB_CLIENT_ID_TEST ?= Ov23liTqpZCtvFofQEFE
21-
VITE_GITHUB_OAUTH_API_URL_TEST ?= https://ftr9mkl568.execute-api.us-west-2.amazonaws.com
21+
VITE_GITHUB_OAUTH_API_URL_TEST ?= https://jvwvnlai64.execute-api.us-west-2.amazonaws.com
2222
VITE_GITHUB_CLIENT_ID_PROD ?=
2323
VITE_GITHUB_OAUTH_API_URL_PROD ?=
2424

0 commit comments

Comments
 (0)