Add EULA step to account creation
This commit is contained in:
@@ -42,7 +42,7 @@ struct SetupView: View {
|
||||
DamusGradient()
|
||||
|
||||
VStack(alignment: .center) {
|
||||
NavigationLink(destination: CreateAccountView(), tag: .create_account, selection: $state ) {
|
||||
NavigationLink(destination: EULAView(), tag: .create_account, selection: $state ) {
|
||||
EmptyView()
|
||||
}
|
||||
NavigationLink(destination: LoginView(), tag: .login, selection: $state ) {
|
||||
|
||||
Reference in New Issue
Block a user