[Admin panel / Settings / Layout] Customize OIDC button text

This commit is contained in:
Emile NDAGIJIMANA 2021-09-15 18:35:09 +02:00
parent 0c121a5894
commit 9defed2680
7 changed files with 25 additions and 1 deletions

View file

@ -24,6 +24,7 @@ Meteor.publish('setting', () => {
displayAuthenticationMethod: 1,
defaultAuthenticationMethod: 1,
spinnerName: 1,
oidcBtnText: 1,
},
},
);