Skip to content

Commit 6e0e490

Browse files
test: fix test app
1 parent 8ba46b2 commit 6e0e490

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

e2eTest/FirebaseSwiftUIExample/FirebaseSwiftUIExample/App/ContentView.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,8 @@ struct ContentView: View {
6262
.withOAuthSignIn(
6363
OAuthProviderSwift(
6464
providerId: "oidc.line",
65-
displayName: "Sign in with LINE",
65+
buttonLabel: "Sign in with LINE",
66+
displayName: "Line",
6667
buttonIcon: Image(.icLineLogo),
6768
buttonBackgroundColor: .lineButton,
6869
buttonForegroundColor: .white

0 commit comments

Comments
 (0)