Skip to content

Commit

Permalink
fix: minor typo
Browse files Browse the repository at this point in the history
  • Loading branch information
BatuhanW committed Dec 4, 2023
1 parent 3f5fe89 commit 26cc604
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion refine-react/plugins/auth-provider-google/extend.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const base = {
' config.headers["Authorization"] = `Bearer ${token}`;',
"}",
"",
"return request;",
"return config;",
"});",
],
inner: [
Expand Down

0 comments on commit 26cc604

Please sign in to comment.