Skip to content

Commit

Permalink
Merge pull request #3 from ppolariss/dev
Browse files Browse the repository at this point in the history
fix: send email when register
  • Loading branch information
JingYiJun authored Aug 12, 2024
2 parents 99d73cf + 6eb6947 commit fb1932d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/apis/auth.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export const verifyWithEmail = async (email: string, scope: string) => {
params: {
email,
scope,
check: scope !== 'reset'
// check: scope !== 'reset'
}
})
return z
Expand Down

0 comments on commit fb1932d

Please sign in to comment.