Skip to content

Commit

Permalink
Merge branch 'master' of github.com:showwin/ISHOCON1
Browse files Browse the repository at this point in the history
  • Loading branch information
Goryudyuma committed Mar 9, 2018
2 parents dd83ea8 + 4af1033 commit c031cd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/go/user.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ func authenticate(email string, password string) (User, bool) {
if err != nil {
return u, false
}
result := u.Password == u.Password
result := password == u.Password
return u, result
}

Expand Down

0 comments on commit c031cd3

Please sign in to comment.