Skip to content

Commit 56368ec

Browse files
format
1 parent 91dffba commit 56368ec

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

FirebaseSwiftUI/FirebaseOAuthSwiftUI/Sources/Services/OAuthProviderSwift.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ public class OAuthProviderSwift: AuthProviderSwift, DeleteUserSwift {
5151
self.buttonBackgroundColor = buttonBackgroundColor
5252
self.buttonForegroundColor = buttonForegroundColor
5353
}
54+
5455
/// Convenience initializer using SF Symbol
5556
/// - Parameters:
5657
/// - providerId: The OAuth provider ID (e.g., "github.com", "microsoft.com")
@@ -132,6 +133,7 @@ public class OAuthProviderAuthUI: AuthProviderUI {
132133
}
133134
return oauthProvider.providerId
134135
}
136+
135137
@MainActor public func authButton() -> AnyView {
136138
AnyView(GenericOAuthButton(provider: provider))
137139
}

0 commit comments

Comments
 (0)