Skip to content

Commit bfa2f2a

Browse files
committed
return migrateUserPassword
1 parent 2cc7c60 commit bfa2f2a

2 files changed

Lines changed: 20 additions & 17 deletions

File tree

package-lock.json

Lines changed: 19 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/auth.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ export function initAuth(opts: AuthOptions) {
8585
createMagicLink: auth.createMagicLink,
8686
createAccessToken: auth.createAccessToken,
8787
migrateUserFromExternalSource: auth.migrateUserFromExternalSource,
88+
migrateUserPassword: auth.migrateUserPassword,
8889
disableUser2fa: auth.disableUser2fa,
8990
clearUserPassword: auth.clearUserPassword,
9091
inviteUserToOrg: auth.inviteUserToOrg,

0 commit comments

Comments
 (0)