Skip to content

Commit

Permalink
Adding to IsAuthenticated
Browse files Browse the repository at this point in the history
  • Loading branch information
coreyhulen committed Mar 1, 2017
1 parent 2659669 commit 74a9be0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/web_conn.go
Expand Up @@ -169,6 +169,7 @@ func (webCon *WebConn) IsAuthenticated() bool {

webCon.SessionToken = session.Token
webCon.SessionExpiresAt = session.ExpiresAt
webCon.Session = session
}

return true
Expand Down

0 comments on commit 74a9be0

Please sign in to comment.