Skip to content

Commit

Permalink
feat(env):updated
Browse files Browse the repository at this point in the history
  • Loading branch information
AswinAsok committed Oct 4, 2023
1 parent 6100f7f commit 96ffbba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/production-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions src/Pages/CapTF/Level1.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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).");
}
};

Expand All @@ -50,7 +50,7 @@ const Level1 = () => {
}}
>
<h2 style={{ color: "#e62429" }}>
Please enter your MUID to continue
Please enter your muid to continue
</h2>
<input
type="text"
Expand Down

0 comments on commit 96ffbba

Please sign in to comment.