Skip to content

Commit

Permalink
Update client.go
Browse files Browse the repository at this point in the history
  • Loading branch information
fuadarradhi authored Aug 12, 2020
1 parent bd33906 commit d1d4d35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import (
)

type SSOAcehResult struct {
ID string `json:"id" bson:"id"`
SessionID string `json:"id" bson:"id"`
Nama string `json:"nm" bson:"nm"`
Email string `json:"em" bson:"em"`
EmailAlternatif string `json:"ea" bson:"ea"`
Expand Down

0 comments on commit d1d4d35

Please sign in to comment.