Skip to content

Commit

Permalink
Add github redirect uri to example app
Browse files Browse the repository at this point in the history
  • Loading branch information
nkshah2 committed Nov 20, 2023
1 parent 9716fdb commit b98d1f2
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", "")
redirectURIInfo.put("redirectURIOnProviderDashboard", "com.supertokens.supertokensexample://oauthredirect")

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

0 comments on commit b98d1f2

Please sign in to comment.