Skip to content

Commit c6c135e

Browse files
fix: add LINE label
1 parent 1ffa862 commit c6c135e

File tree

1 file changed

+2
-1
lines changed
  • samples/swiftui/FirebaseSwiftUISample/FirebaseSwiftUISample/Application

1 file changed

+2
-1
lines changed

samples/swiftui/FirebaseSwiftUISample/FirebaseSwiftUISample/Application/ContentView.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,8 @@ struct ContentView: View {
5656
OAuthProviderSwift(
5757
providerId: "oidc.line",
5858
scopes: ["openid", "profile", "email"],
59-
displayName: "Sign in with LINE",
59+
buttonLabel: "Sign in with LINE",
60+
displayName: "Line",
6061
buttonIcon: Image(.icLineLogo),
6162
buttonBackgroundColor: .lineButton,
6263
buttonForegroundColor: .white

0 commit comments

Comments
 (0)