diff --git a/refine-react/plugins/auth-provider-google/extend.js b/refine-react/plugins/auth-provider-google/extend.js index 3fa91284..9c025a92 100644 --- a/refine-react/plugins/auth-provider-google/extend.js +++ b/refine-react/plugins/auth-provider-google/extend.js @@ -15,7 +15,7 @@ const base = { ' config.headers["Authorization"] = `Bearer ${token}`;', "}", "", - "return request;", + "return config;", "});", ], inner: [