stage 1 of oauth removal, switch to sanctum pat tokens
This commit is contained in:
@@ -66,7 +66,7 @@ class TenantAdminGoogleController extends Controller
|
||||
}
|
||||
}
|
||||
|
||||
return redirect()->intended(route('tenant.admin.app'));
|
||||
return redirect()->intended('/event-admin/dashboard');
|
||||
}
|
||||
|
||||
private function sendBackWithError(Request $request, string $code, string $message): RedirectResponse
|
||||
|
||||
Reference in New Issue
Block a user