Skip to content

Commit e6e8c8a

Browse files
authored
Handle open URL in DaysUntilBirthday sample app (google#130)
1 parent aedf305 commit e6e8c8a

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Samples/Swift/DaysUntilBirthday/Shared/DaysUntilBirthday.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ struct DaysUntilBirthday: App {
3737
}
3838
}
3939
}
40+
.onOpenURL { url in
41+
GIDSignIn.sharedInstance.handle(url)
42+
}
4043
}
4144
}
4245
}

0 commit comments

Comments
 (0)