fix: secure gateway auth token entry

This commit is contained in:
ImLukeF 2026-03-21 11:40:17 +11:00
parent 529d4e43ca
commit 7647951dd3
No known key found for this signature in database

View File

@ -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)