We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ba05b3 commit 6615686Copy full SHA for 6615686
Examples/Advanced/Advanced/WelcomeView.swift
@@ -70,7 +70,7 @@ struct WelcomeView: View {
70
@ViewBuilder
71
private func logInButton() -> some View {
72
BrandedButton(title: "Log In") {
73
- Superwall.shared.identify(userId: "678")
+ Superwall.shared.identify(userId: "789")
74
Superwall.shared.setUserAttributes(["firstName": name])
75
isLoggedIn = true
76
}
Examples/Basic/Basic/WelcomeView.swift
0 commit comments