|
|
|
@ -163,7 +163,7 @@ struct SendToAllView: View { |
|
|
|
}) |
|
|
|
}) |
|
|
|
.sheet(isPresented: self.$showUserCreationView, content: { |
|
|
|
.sheet(isPresented: self.$showUserCreationView, content: { |
|
|
|
NavigationStack { |
|
|
|
NavigationStack { |
|
|
|
LoginView { _ in |
|
|
|
LoginView(reason: LoginReason.loginRequiredForFeature) { _ in |
|
|
|
self.showUserCreationView = false |
|
|
|
self.showUserCreationView = false |
|
|
|
self._contact() |
|
|
|
self._contact() |
|
|
|
} |
|
|
|
} |
|
|
|
|