add register page

This commit is contained in:
2024-07-28 15:26:09 +05:00
parent 74011d9eab
commit 9d65fa72b6
5 changed files with 16 additions and 6 deletions

View File

@@ -53,7 +53,9 @@ class RegisterController extends Controller
sendSMSVerification($user->phone);
return to_route('sms-verification');
return response()->json([
'url' => route('sms-verification')
]);
}
/**