Skip to content

Commit

Permalink
Update pkg/events/users.go
Browse files Browse the repository at this point in the history
Co-authored-by: kobergj <juliankoberg@googlemail.com>
  • Loading branch information
2403905 and kobergj authored Jun 25, 2024
1 parent 9ae8f48 commit 83626af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/events/users.go
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ func (PersonalDataExtracted) Unmarshal(v []byte) (interface{}, error) {
return e, err
}

// BackchannelLogout is emitted when the callback revived from the identity provider
// BackchannelLogout is emitted when the callback from the identity provider is received
type BackchannelLogout struct {
Executant *user.UserId
SessionId string
Expand Down

0 comments on commit 83626af

Please sign in to comment.