From 88dd009d568c3da91a3e31b6b6ef6379ac901bc0 Mon Sep 17 00:00:00 2001 From: Katie DiSimnoe Date: Fri, 11 Oct 2019 10:23:31 -0700 Subject: [PATCH] hide the saved API secret by default in NS services display --- Loop/Models/ServiceAuthentication/NightscoutService.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ) ]