Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sattvikc committed Oct 16, 2024
1 parent 618c591 commit 3492ca2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ protected void doPost(HttpServletRequest req, HttpServletResponse resp) throws I
AppIdentifier appIdentifier = getAppIdentifier(req);
Storage storage = enforcePublicTenantAndGetPublicTenantStorage(req);

token = OAuth.getOAuthProviderRefreshToken(main, null, null, token);
token = OAuth.getOAuthProviderRefreshToken(main, appIdentifier, storage, token);
formFields.put("token", token);

HttpRequestForOAuthProvider.Response response = OAuthProxyHelper.proxyFormPOST(
Expand Down
1 change: 0 additions & 1 deletion src/test/java/io/supertokens/test/Utils.java
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
import io.supertokens.storageLayer.StorageLayer;
import io.supertokens.test.httpRequest.HttpRequestForTesting;
import io.supertokens.test.httpRequest.HttpResponseException;
import io.supertokens.test.oauth.api.Map;
import io.supertokens.useridmapping.UserIdType;
import io.supertokens.utils.SemVer;
import io.supertokens.webserver.WebserverAPI;
Expand Down

0 comments on commit 3492ca2

Please sign in to comment.