Skip to content
This repository has been archived by the owner on Jan 26, 2019. It is now read-only.

Commit

Permalink
swallow the bad login message. closes #5 and possibly #41
Browse files Browse the repository at this point in the history
  • Loading branch information
seiyria committed Feb 1, 2015
1 parent 4579692 commit 885f5da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/coffee/controllers/player/player-ctrl.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ angular.module 'IdleLands'
TurnTaker.beginTakingTurns Player.getPlayer()
),
(->
$mdToast.show template: "<md-toast>You don't appear to be logged in! Redirecting you to the login page...</md-toast>"
#$mdToast.show template: "<md-toast>You don't appear to be logged in! Redirecting you to the login page...</md-toast>"
$state.go 'login'
)

Expand Down

0 comments on commit 885f5da

Please sign in to comment.