aboutsummaryrefslogtreecommitdiff
path: root/iosApp/iosApp/Session/RootView.swift
diff options
context:
space:
mode:
Diffstat (limited to 'iosApp/iosApp/Session/RootView.swift')
-rw-r--r--iosApp/iosApp/Session/RootView.swift2
1 files changed, 2 insertions, 0 deletions
diff --git a/iosApp/iosApp/Session/RootView.swift b/iosApp/iosApp/Session/RootView.swift
index 297a2aa..960187a 100644
--- a/iosApp/iosApp/Session/RootView.swift
+++ b/iosApp/iosApp/Session/RootView.swift
@@ -107,8 +107,10 @@ struct LoginForm: View {
#if os(macOS)
FormTextField(title: "server-url", text: $server)
+ .visible(false)
#else
FormTextField(title: "server-url", text: $server, keyboardType: .URL)
+ .visible(false)
#endif
}
}