Skip to content

Commit

Permalink
Merge pull request #7 from kcoderhtml/dev
Browse files Browse the repository at this point in the history
bug: Update Slack sign-in URL with dynamic client ID
  • Loading branch information
kcoderhtml authored May 22, 2024
2 parents d193bba + ff024a0 commit 7fab6c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ if (
<a
id="slack-sign-in"
class="drop-shadow-xl slack-button bg-lavender dark:bg-blue text-mantle dark:text-crust"
href=`https://slack.com/openid/connect/authorize?scope=openid%20email%20profile&response_type=code&redirect_uri=${Astro.url.origin}&client_id=2210535565.6593702300176`
href=`https://slack.com/openid/connect/authorize?scope=openid%20email%20profile&response_type=code&redirect_uri=${Astro.url.origin}&client_id=${process.env.SLACK_CLIENT_ID}`
><svg
xmlns="http://www.w3.org/2000/svg"
class="drop-shadow-xl"
Expand Down

0 comments on commit 7fab6c3

Please sign in to comment.