Skip to content

Commit 0ed6a63

Browse files
Kdisimoneps2
authored andcommitted
hide the saved API secret by default in NS services display (#1142)
1 parent 0a8feea commit 0ed6a63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Loop/Models/ServiceAuthentication/NightscoutService.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ class NightscoutService: ServiceAuthenticationUI {
3636
ServiceCredential(
3737
title: NSLocalizedString("API Secret", comment: "The title of the nightscout API secret credential"),
3838
placeholder: nil,
39-
isSecret: false,
39+
isSecret: true,
4040
keyboardType: .asciiCapable
4141
)
4242
]

0 commit comments

Comments
 (0)