Skip to content

Commit caccad2

Browse files
authored
[MM-57194] Mark confidential settings as secrets (#261)
1 parent 1336304 commit caccad2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

plugin.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,8 @@
7979
"key": "JitsiAppSecret",
8080
"display_name": "App Secret for JWT Authentication:",
8181
"type": "text",
82-
"help_text": "(Optional) The app secret used for authentication by the Jitsi server and JWT token generator."
82+
"help_text": "(Optional) The app secret used for authentication by the Jitsi server and JWT token generator.",
83+
"secret": true
8384
},
8485
{
8586
"key": "JitsiLinkValidTime",

0 commit comments

Comments
 (0)