Skip to content

Commit

Permalink
1.9.100
Browse files Browse the repository at this point in the history
  • Loading branch information
quinton-ashley committed May 13, 2024
1 parent e2b33f2 commit eb9af8e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion learn/learn.js
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ async function showUnauthContent() {
<p id="unauthorized-text">Login to access this page</p>
<a class="accountBtns"
href="https://p5play.auth.us-west-2.amazoncognito.com/login?redirect_uri=https%3A%2F%2Fp5play.org%2Fpro%2Findex.html&client_id=3oegfdhu2r7eo8nr371496718c&response_type=token&scope=email+openid+phone">Login</a>
<a class="accountBtns" href="../pro/signup.html">Sign Up</a>
<a class="accountBtns" href="/pro/signup.html">Sign Up</a>
</div>
</div>
<style>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@
"version": "git add -A",
"postversion": "git push"
},
"version": "1.9.99"
"version": "1.9.100"
}

0 comments on commit eb9af8e

Please sign in to comment.