Skip to content

Commit

Permalink
Merge branch '0.3' into example-app
Browse files Browse the repository at this point in the history
  • Loading branch information
nkshah2 committed Nov 20, 2023
2 parents 2782064 + 34bc16c commit 9716fdb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ class LoginActivity : AppCompatActivity() {

if (code != null) {
val redirectURIInfo = JSONObject()
redirectURIInfo.put("redirectURIOnProviderDashboard", "com.supertokens.supertokensexample://oauthredirect")
redirectURIInfo.put("redirectURIOnProviderDashboard", "")

val redirectURIQueryParams = JSONObject()
redirectURIQueryParams.put("code", code)
Expand Down

0 comments on commit 9716fdb

Please sign in to comment.