From 63d94e44635822817ff8bb9ae354ad1134ba782e Mon Sep 17 00:00:00 2001 From: Sophia Liu Date: Wed, 4 Sep 2024 20:20:28 -0500 Subject: [PATCH] test --- HackIllinois/AppDelegate.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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