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 ],