Skip to content

Commit fb7f2d0

Browse files
committed
FIX: mark oauth2_client_secret as secret
The `oauth2_client_secret` should be marked as secret to mask it by default in the admin UI.
1 parent c5d6220 commit fb7f2d0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

config/settings.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@ login:
33
default: false
44
client: true
55
oauth2_client_id: ""
6-
oauth2_client_secret: ""
6+
oauth2_client_secret:
7+
default: ""
8+
secret: true
79
oauth2_authorize_url: ""
810
oauth2_authorize_signup_url: ""
911
oauth2_token_url: ""

0 commit comments

Comments
 (0)