fix: signup confirmation

This commit is contained in:
Ahmed Bouhuolia
2026-02-23 00:37:56 +02:00
parent 80e545072d
commit ce9f2a238f
8 changed files with 21 additions and 14 deletions

View File

@@ -128,7 +128,7 @@ export const useAuthMetadata = (props = {}) => {
* Resend the mail of signup verification.
*/
export const useAuthSignUpVerifyResendMail = (props) => {
const apiRequest = useAuthApiRequest();
const apiRequest = useApiRequest();
return useMutation(
() => apiRequest.post(AuthRoute.SignupVerifyResend),