Skip to content

Commit

Permalink
use sendOpts function parameter for sending code
Browse files Browse the repository at this point in the history
  • Loading branch information
celestix committed Jun 23, 2024
1 parent 7c2d249 commit 71d983e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion authHelper.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ func authFlow(ctx context.Context, client *auth.Client, conversator AuthConversa
client: client,
conversator: conversator,
},
auth.SendCodeOptions{},
sendOpts,
))
if f.Auth == nil {
return errors.New("no UserAuthenticator provided")
Expand Down

0 comments on commit 71d983e

Please sign in to comment.