aboutsummaryrefslogtreecommitdiff
path: root/iosApp/iosApp/Session/AccountView.swift
diff options
context:
space:
mode:
Diffstat (limited to 'iosApp/iosApp/Session/AccountView.swift')
-rw-r--r--iosApp/iosApp/Session/AccountView.swift2
1 files changed, 1 insertions, 1 deletions
diff --git a/iosApp/iosApp/Session/AccountView.swift b/iosApp/iosApp/Session/AccountView.swift
index 4ca453a..fae3d6e 100644
--- a/iosApp/iosApp/Session/AccountView.swift
+++ b/iosApp/iosApp/Session/AccountView.swift
@@ -53,7 +53,7 @@ struct AccountView: View {
Text("server-url")
Spacer()
Text(server).foregroundColor(.secondaryLabel)
- }
+ }.visible(false)
}
}