From 67deadf7a361f6f3fc0636fab3aab6ec2b8859e4 Mon Sep 17 00:00:00 2001 From: Nemi Shah Date: Mon, 20 Nov 2023 15:34:43 +0530 Subject: [PATCH] Add github redirect uri to example app (#58) --- .../with-thirdparty/LoginScreen/LoginScreenViewController.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/with-thirdparty/with-thirdparty/LoginScreen/LoginScreenViewController.swift b/examples/with-thirdparty/with-thirdparty/LoginScreen/LoginScreenViewController.swift index 06dacb8..8b5acad 100644 --- a/examples/with-thirdparty/with-thirdparty/LoginScreen/LoginScreenViewController.swift +++ b/examples/with-thirdparty/with-thirdparty/LoginScreen/LoginScreenViewController.swift @@ -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 ],