This commit is contained in:
2023-12-02 14:40:39 +05:00
parent 306ee0f8a5
commit a47e501404

View File

@@ -97,6 +97,8 @@ class RegisterController extends Controller
*/
public function smsVerification()
{
$this->middleware('auth');
return view('vendor.nova.pages.sms-verification');
}