Skip to content

Commit

Permalink
Update authentication.go
Browse files Browse the repository at this point in the history
  • Loading branch information
a-shumanski authored May 23, 2024
1 parent aa1633a commit ec5ea25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service/component/authentication/authentication.go
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ func (t *Authentication) AuthenticateOTP(
}

func (t *Authentication) AuthenticateOTPEmail(
ormService *datalayer.ORM,
ormService *beeorm.Engine,
email string,
entity OTPProviderEntity,
useRedisSearch bool,
Expand Down

0 comments on commit ec5ea25

Please sign in to comment.