diff --git a/HackIllinois/AppDelegate.swift b/HackIllinois/AppDelegate.swift index 67e1d519..207943c8 100644 --- a/HackIllinois/AppDelegate.swift +++ b/HackIllinois/AppDelegate.swift @@ -53,7 +53,7 @@ class AppDelegate: UIResponder, UIApplicationDelegate, MessagingDelegate, UNUser func application(_ app: UIApplication, open url: URL, options: [UIApplication.OpenURLOptionsKey : Any] = [:]) -> Bool { // Handle the URL with your custom scheme - print("This is our url" + url.description) + print("This is our url test" + url.description) if url.scheme == "hackillinois" { // Extract and process the data from the URL, e.g., JWT token // Perform the necessary actions based on the authentication result