[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

@ -84,6 +84,10 @@ Settings.attachSchema(
type: String,
optional: true,
},
oidcBtnText: {
type: String,
optional: true,
},
createdAt: {
type: Date,
denyUpdate: true,