Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: William <[email protected]>
  • Loading branch information
kwesidev committed Jan 6, 2024
1 parent fd9a335 commit 09a86b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/services/auth_service.go
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ func (authSrv *AuthService) twoFactorRequest(userDetails models.User, ipAddress
queryString :=
`INSERT
INTO two_factor_requests
(user_id, request_id, ip_address, code, user_agent, created_at, send_type, expiry_time)
(user_id, request_id, ip_address, code, user_agent, created_at, send_method, expiry_time)
VALUES
($1, $2 ,$3 ,$4, $5, NOW(),'EMAIL', $6)
`
Expand Down

0 comments on commit 09a86b6

Please sign in to comment.