Skip to content

Commit

Permalink
Update auth_manager.go
Browse files Browse the repository at this point in the history
  • Loading branch information
buger committed Aug 30, 2019
1 parent f1dc5cf commit b39b4ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gateway/auth_manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -291,8 +291,8 @@ func (b *DefaultSessionManager) SessionDetail(keyName string, hashed bool) (user
var jsonKeyValList []string
jsonKeyValList, err = b.store.GetMultiKey(
[]string{
keyName,
generateToken(b.orgID, keyName),
keyName,
},
)
// pick the 1st non empty from the returned list
Expand Down

0 comments on commit b39b4ad

Please sign in to comment.