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
Signed-off-by: byhsu <[email protected]>
  • Loading branch information
ByronHsu committed May 9, 2023
1 parent 4a6b0f9 commit 3e2b93d
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 3e2b93d

Please sign in to comment.