Skip to content

Commit

Permalink
Update github url
Browse files Browse the repository at this point in the history
  • Loading branch information
nkshah2 committed Nov 20, 2023
1 parent 9f2ef66 commit ee022f5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/with-thirdparty/lib/screens/login.dart
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,8 @@ class _LoginScreenState extends State<LoginScreen> {
data: {
"thirdPartyId": "github",
"redirectURIInfo": {
"redirectURIOnProviderDashboard": "",
"redirectURIOnProviderDashboard":
"com.supertokens.supertokensexample://oauthredirect",
"redirectURIQueryParams": {
"code": authResult.authorizationCode,
},
Expand Down

0 comments on commit ee022f5

Please sign in to comment.