Skip to content
This repository has been archived by the owner on Oct 9, 2023. It is now read-only.

Commit

Permalink
update SetUserIdentifier
Browse files Browse the repository at this point in the history
  • Loading branch information
ByronHsu committed May 9, 2023
1 parent 2bc3e9e commit 7b52783
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion auth/identity_context.go
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ func (c IdentityContext) UserIdentifier() string {
}

// SetUserIdentifier allows you to explicitly set user identifier
func (c IdentityContext) SetUserIdentifier(id string) {
func (c *IdentityContext) SetUserIdentifier(id string) {
c.userIdentifier = id
}

Expand Down

0 comments on commit 7b52783

Please sign in to comment.