We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a8feea commit 0ed6a63Copy full SHA for 0ed6a63
Loop/Models/ServiceAuthentication/NightscoutService.swift
@@ -36,7 +36,7 @@ class NightscoutService: ServiceAuthenticationUI {
36
ServiceCredential(
37
title: NSLocalizedString("API Secret", comment: "The title of the nightscout API secret credential"),
38
placeholder: nil,
39
- isSecret: false,
+ isSecret: true,
40
keyboardType: .asciiCapable
41
)
42
]
0 commit comments