We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c149e7c commit 66cc1ddCopy full SHA for 66cc1dd
Examples/Examples/Profile/UserIdentityList.swift
@@ -62,7 +62,7 @@ struct UserIdentityList: View {
62
Task {
63
do {
64
if #available(iOS 17.4, *) {
65
- let url = try await supabase.auth.getURLForLinkIdentity(provider: provider)
+ let url = try await supabase.auth._getURLForLinkIdentity(provider: provider)
66
let accessToken = try await supabase.auth.session.accessToken
67
68
let callbackURL = try await webAuthenticationSession.authenticate(
0 commit comments