diff --git a/Loop/Models/ServiceAuthentication/NightscoutService.swift b/Loop/Models/ServiceAuthentication/NightscoutService.swift index 140fa044de..af594b7dc3 100644 --- a/Loop/Models/ServiceAuthentication/NightscoutService.swift +++ b/Loop/Models/ServiceAuthentication/NightscoutService.swift @@ -36,7 +36,7 @@ class NightscoutService: ServiceAuthenticationUI { ServiceCredential( title: NSLocalizedString("API Secret", comment: "The title of the nightscout API secret credential"), placeholder: nil, - isSecret: false, + isSecret: true, keyboardType: .asciiCapable ) ]