Skip to content

Commit

Permalink
fix: examples build error
Browse files Browse the repository at this point in the history
  • Loading branch information
grdsdev committed Mar 26, 2024
1 parent c149e7c commit 66cc1dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Examples/Examples/Profile/UserIdentityList.swift
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ struct UserIdentityList: View {
Task {
do {
if #available(iOS 17.4, *) {
let url = try await supabase.auth.getURLForLinkIdentity(provider: provider)
let url = try await supabase.auth._getURLForLinkIdentity(provider: provider)
let accessToken = try await supabase.auth.session.accessToken

let callbackURL = try await webAuthenticationSession.authenticate(
Expand Down

0 comments on commit 66cc1dd

Please sign in to comment.