Fixing SSO Operator mode showing CONSOLE (#1808)

This commit is contained in:
adfost
2022-04-18 15:47:16 -07:00
committed by GitHub
parent 86797cda20
commit f36c07aa68
7 changed files with 17 additions and 9 deletions

View File

@@ -2754,7 +2754,8 @@ func init() {
"enum": [
"form",
"redirect",
"service-account"
"service-account",
"redirect-service-account"
]
},
"redirect": {
@@ -7604,7 +7605,8 @@ func init() {
"enum": [
"form",
"redirect",
"service-account"
"service-account",
"redirect-service-account"
]
},
"redirect": {