mirror of
https://github.com/lumaa-dev/BubbleApp.git
synced 2025-01-31 18:55:43 +01:00
Verify instance on "Continue"
This commit is contained in:
parent
bbe582f4c7
commit
75628e788d
@ -25,7 +25,13 @@ struct AddInstanceView: View {
|
||||
.textContentType(.URL)
|
||||
.autocorrectionDisabled()
|
||||
.textInputAutocapitalization(.never)
|
||||
.submitLabel(.continue)
|
||||
.disabled(verifying)
|
||||
.onSubmit {
|
||||
if !verified {
|
||||
verify()
|
||||
}
|
||||
}
|
||||
|
||||
if !verifying {
|
||||
if !verified {
|
||||
|
Loading…
x
Reference in New Issue
Block a user