Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
s0phialiu committed Sep 5, 2024
1 parent 550577e commit 63d94e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion HackIllinois/AppDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 63d94e4

Please sign in to comment.