Skip to content

Commit 887f349

Browse files
committed
update login and register urls
1 parent 923638e commit 887f349

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3233,7 +3233,7 @@ <h1>Artists</h1>
32333233
<button id="open-forgotpassword">Forgot Password</button>
32343234
</div>
32353235
<div id="register">
3236-
<form action="https://synergism.cc/register" data-steam-action="https://synergism.cc/login/steam/register" method="POST">
3236+
<form action="https://synergism.cc/register" data-steam-action="https://synergism.cc/login/direct/steam/register" method="POST">
32373237
<label for="email">Email Address</label>
32383238
<input type="text" id="email" name="email" placeholder="you@gmail.com">
32393239
<label for="password">Password</label>
@@ -3245,7 +3245,7 @@ <h1>Artists</h1>
32453245
</form>
32463246
</div>
32473247
<div id="login">
3248-
<form action="https://synergism.cc/signin" data-steam-action="https://synergism.cc/login/steam" method="POST">
3248+
<form action="https://synergism.cc/signin" data-steam-action="https://synergism.cc/login/direct/steam" method="POST">
32493249
<label for="email-si">Email Address</label>
32503250
<input type="text" id="email-si" name="email" placeholder="you@gmail.com">
32513251
<label for="password-si">Password</label>

0 commit comments

Comments
 (0)