Skip to content

Commit

Permalink
Update AmplifyPlugins/Auth/Sources/AWSCognitoAuthPlugin/Actions/SignO…
Browse files Browse the repository at this point in the history
…ut/ShowHostedUISignOut.swift

Co-authored-by: Sebastian Villena <97059974+ruisebas@users.noreply.github.com>
  • Loading branch information
harsh62 and sebaland authored Jul 4, 2024
1 parent ab90253 commit d1f6041
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ class ShowHostedUISignOut: NSObject, Action {
await dispatcher.send(event)
}

func getEvent(for hostedUIError: AWSCognitoHostedUIError?) -> SignOutEvent {
private func getEvent(for hostedUIError: AWSCognitoHostedUIError?) -> SignOutEvent {
if self.signOutEvent.globalSignOut {
return SignOutEvent(eventType: .signOutGlobally(self.signInData,
hostedUIError: hostedUIError))
Expand Down

0 comments on commit d1f6041

Please sign in to comment.