Skip to content

Commit

Permalink
Fixed broken links on the login page (dscalzi#159)
Browse files Browse the repository at this point in the history
  • Loading branch information
ZaptoInc authored Jul 19, 2021
1 parent 31a51b8 commit 79135f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/login.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
</div>
<div id="loginOptions">
<span class="loginSpanDim">
<a href="https://my.minecraft.net/en-us/password/forgot/">forgot password?</a>
<a href="https://minecraft.net/password/forgot/">forgot password?</a>
</span>
<label id="checkmarkContainer">
<input id="loginRememberOption" type="checkbox" checked>
Expand All @@ -54,7 +54,7 @@
</button>
<div id="loginDisclaimer">
<span class="loginSpanDim" id="loginRegisterSpan">
<a href="https://minecraft.net/en-us/store/minecraft/">Need an Account?</a>
<a href="https://minecraft.net/store/minecraft-java-edition/">Need an Account?</a>
</span>
<p class="loginDisclaimerText">Your password is sent directly to mojang and never stored.</p>
<p class="loginDisclaimerText">Helios Launcher is not affiliated with Mojang AB.</p>
Expand Down

0 comments on commit 79135f3

Please sign in to comment.