From c911db093b7aceb254898b5354f654f24b094fa0 Mon Sep 17 00:00:00 2001 From: slumbering Date: Mon, 14 Jun 2021 15:29:39 +0200 Subject: [PATCH] docs: :bug: forgot github auth env Signed-off-by: slumbering --- website/src/components/DocPageAuthentication.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/src/components/DocPageAuthentication.js b/website/src/components/DocPageAuthentication.js index 8264aaeb..46334b70 100644 --- a/website/src/components/DocPageAuthentication.js +++ b/website/src/components/DocPageAuthentication.js @@ -7,7 +7,7 @@ export default function DocAuthentication() {

Welcome on Dagger documentation

Please Sign In to Github to get access to the doc

- window.location.href = `//github.com/login/oauth/authorize?client_id=cd8f9be2562bfc8d6cfc&scope=user&allow_signup=false`} /> + window.location.href = `//github.com/login/oauth/authorize?client_id=${process.env.REACT_APP_CLIENT_ID}&scope=user&allow_signup=false`} />
) } \ No newline at end of file