Skip to content

Commit

Permalink
ci: trigger ci
Browse files Browse the repository at this point in the history
  • Loading branch information
nsklikas committed Feb 27, 2024
1 parent 7f03054 commit 6792896
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions persistence/sql/persister_consent.go
Original file line number Diff line number Diff line change
Expand Up @@ -793,6 +793,7 @@ func (p *Persister) FlushInactiveLoginConsentRequests(ctx context.Context, notAf

func (p *Persister) mySQLConfirmLoginSession(ctx context.Context, session *flow.LoginSession) error {
err := sqlcon.HandleError(p.Connection(ctx).Create(session))

if err == nil {
return nil
}
Expand Down

0 comments on commit 6792896

Please sign in to comment.