diff options
author | Logan Hunt <logan.hunt@usu.edu> | 2023-01-31 14:01:35 -0700 |
---|---|---|
committer | Logan Hunt <logan.hunt@usu.edu> | 2023-01-31 14:04:23 -0700 |
commit | cac78a4f4eced88878e746d96b305ecc62826494 (patch) | |
tree | 33d1d43d7049a30753af82bab600f721e9f8ac67 /front/src/root.jsx | |
parent | e5d97870a12ec87bd463b7657923bb79d3bcb4cc (diff) | |
download | chessh-cac78a4f4eced88878e746d96b305ecc62826494.tar.gz chessh-cac78a4f4eced88878e746d96b305ecc62826494.zip |
Move to discord oauth
Diffstat (limited to 'front/src/root.jsx')
-rw-r--r-- | front/src/root.jsx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/front/src/root.jsx b/front/src/root.jsx index 8de2575..1abc67b 100644 --- a/front/src/root.jsx +++ b/front/src/root.jsx @@ -34,8 +34,11 @@ export const Root = () => { </> ) : ( <> - <a href={process.env.REACT_APP_GITHUB_OAUTH} className="button"> - 🐙 Login w/ GitHub 🐙 + <a + href={process.env.REACT_APP_DISCORD_OAUTH} + className="button" + > + 👾 Login w/ Discord 👾 </a> </> )} |