Skip to content

Commit

Permalink
Add github redirect uri to example app (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
nkshah2 authored Nov 20, 2023
1 parent 3cb0002 commit 67deadf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ class LoginScreenViewController: UIViewController {
"thirdPartyId": "github",
"redirectURIInfo": [
// For native flows we do not have a redirect uri
"redirectURIOnProviderDashboard": "",
"redirectURIOnProviderDashboard": "com.supertokens.supertokensexample://oauthredirect",
"redirectURIQueryParams": [
"code": authCode
],
Expand Down

0 comments on commit 67deadf

Please sign in to comment.