mirror of
https://github.com/documenso/documenso.git
synced 2025-11-13 16:23:06 +10:00
chore: feedback from pull request
This commit is contained in:
@ -109,7 +109,7 @@ export const NEXT_AUTH_OPTIONS: AuthOptions = {
|
||||
DateTime.fromJSDate(mostRecentToken.createdAt).diffNow('minutes').minutes > -5
|
||||
) {
|
||||
await jobsClient.triggerJob({
|
||||
name: 'send.confirmation.email',
|
||||
name: 'send.signup.confirmation.email',
|
||||
payload: {
|
||||
email: user.email,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user