Skip to content

Commit 66cc1dd

Browse files
committed
fix: examples build error
1 parent c149e7c commit 66cc1dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Examples/Examples/Profile/UserIdentityList.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ struct UserIdentityList: View {
6262
Task {
6363
do {
6464
if #available(iOS 17.4, *) {
65-
let url = try await supabase.auth.getURLForLinkIdentity(provider: provider)
65+
let url = try await supabase.auth._getURLForLinkIdentity(provider: provider)
6666
let accessToken = try await supabase.auth.session.accessToken
6767

6868
let callbackURL = try await webAuthenticationSession.authenticate(

0 commit comments

Comments
 (0)