diff --git a/.github/workflows/production-deploy.yml b/.github/workflows/production-deploy.yml index 7406a2564..5f2e99143 100644 --- a/.github/workflows/production-deploy.yml +++ b/.github/workflows/production-deploy.yml @@ -35,6 +35,7 @@ jobs: - name: Build env: REACT_APP_LEADERBOARD_API: ${{ secrets.REACT_APP_LEADERBOARD_API }} + REACT_APP_CTF_SUMISSION_LINK: ${{ secrets.REACT_APP_CTF_SUMISSION_LINK}} run: npm run build - name: Configure SSH key diff --git a/src/Pages/CapTF/Level1.jsx b/src/Pages/CapTF/Level1.jsx index 6426ea753..ba95c4248 100644 --- a/src/Pages/CapTF/Level1.jsx +++ b/src/Pages/CapTF/Level1.jsx @@ -23,7 +23,7 @@ const Level1 = () => { //store muid in local storage localStorage.setItem("muid", muid); } else { - alert("Please enter a valid MUID (at least 5 characters)."); + alert("Please enter a valid muid (at least 5 characters)."); } }; @@ -50,7 +50,7 @@ const Level1 = () => { }} >

- Please enter your MUID to continue + Please enter your muid to continue