Auth provider added to the project

This commit is contained in:
مهرزاد قدرتی
2025-08-16 15:42:58 +03:30
parent 0548118208
commit 8a41aad9b9
10 changed files with 165 additions and 85 deletions

View File

@@ -62,7 +62,7 @@ export const AuthenticationSteps = (): JSX.Element => {
};
const handlePhoneNumberVerified = () => {
redirectToReturnUrl();
navigate('/signup');
};
const redirectToReturnUrl = () => {