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 8ba46b2 commit 6e0e490Copy full SHA for 6e0e490
e2eTest/FirebaseSwiftUIExample/FirebaseSwiftUIExample/App/ContentView.swift
@@ -62,7 +62,8 @@ struct ContentView: View {
62
.withOAuthSignIn(
63
OAuthProviderSwift(
64
providerId: "oidc.line",
65
- displayName: "Sign in with LINE",
+ buttonLabel: "Sign in with LINE",
66
+ displayName: "Line",
67
buttonIcon: Image(.icLineLogo),
68
buttonBackgroundColor: .lineButton,
69
buttonForegroundColor: .white
0 commit comments