fix service simbg login token and fix create new users

This commit is contained in:
arifal
2025-01-30 12:10:42 +07:00
parent 8591fafd84
commit 1f6ef5f110
7 changed files with 54 additions and 20 deletions

View File

@@ -20,7 +20,7 @@ class RegisteredUserController extends Controller
*/
public function create()
{
return view('auth.register');
return view('auth.signup');
}
/**