Skip to content

Commit 6615686

Browse files
committed
Change default userId to 789
1 parent 2ba05b3 commit 6615686

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Examples/Advanced/Advanced/WelcomeView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ struct WelcomeView: View {
7070
@ViewBuilder
7171
private func logInButton() -> some View {
7272
BrandedButton(title: "Log In") {
73-
Superwall.shared.identify(userId: "678")
73+
Superwall.shared.identify(userId: "789")
7474
Superwall.shared.setUserAttributes(["firstName": name])
7575
isLoggedIn = true
7676
}

Examples/Basic/Basic/WelcomeView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ struct WelcomeView: View {
7070
@ViewBuilder
7171
private func logInButton() -> some View {
7272
BrandedButton(title: "Log In") {
73-
Superwall.shared.identify(userId: "678")
73+
Superwall.shared.identify(userId: "789")
7474
Superwall.shared.setUserAttributes(["firstName": name])
7575
isLoggedIn = true
7676
}

0 commit comments

Comments
 (0)