Skip to content

Commit

Permalink
login now redirects to gameboard
Browse files Browse the repository at this point in the history
  • Loading branch information
LandonPatmore committed Mar 1, 2018
1 parent ad27068 commit 6b0867f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Frontend/login/login.html
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@
switch (res.status) {
case 200:
alert(jsonResponse["data"].success)
window.location.href = "/api/game/gameboard"
break;
case 400:
case 500:
Expand Down

0 comments on commit 6b0867f

Please sign in to comment.