feat(auth): add invite token handling to OTP sign-in and update metho… (#280)

* feat(auth): add invite token handling to OTP sign-in and update method descriptions
This commit is contained in:
Giancarlo Buomprisco
2025-06-14 14:31:30 +07:00
committed by GitHub
parent f95da27b8f
commit 1143a01727
6 changed files with 43 additions and 20 deletions

View File

@@ -87,6 +87,7 @@ export function usePasswordSignUpFlow({
router,
onSignUp,
resetCaptchaToken,
recordAuthMethod,
],
);