This commit is contained in:
Thomas Ricouard 2022-12-30 22:49:12 +01:00
commit 7b32b8ee70

View file

@ -24,8 +24,11 @@ struct AddAccountView: View {
var body: some View {
NavigationStack {
Form {
TextField("Instance url", text: $instanceName)
TextField("Instance URL", text: $instanceName)
.listRowBackground(theme.primaryBackgroundColor)
.keyboardType(.URL)
.textContentType(.URL)
.textInputAutocapitalization(.never)
if let instance {
Button {
isSigninIn = true