diff --git a/apps/ios/Sources/Onboarding/OnboardingWizardView.swift b/apps/ios/Sources/Onboarding/OnboardingWizardView.swift index 207bd35d6cd..ce5362264ca 100644 --- a/apps/ios/Sources/Onboarding/OnboardingWizardView.swift +++ b/apps/ios/Sources/Onboarding/OnboardingWizardView.swift @@ -607,7 +607,7 @@ struct OnboardingWizardView: View { private var authStep: some View { Group { Section("Authentication") { - TextField("Gateway Auth Token", text: self.$gatewayToken) + SecureField("Gateway Auth Token", text: self.$gatewayToken) .textInputAutocapitalization(.never) .autocorrectionDisabled() SecureField("Gateway Password", text: self.$gatewayPassword)