registered missing oidc2/oidc3 option fields

This commit is contained in:
Gani Georgiev
2026-05-25 07:19:34 +03:00
parent 5bea84b94b
commit 1034dc9842
8 changed files with 11 additions and 8 deletions
+3
View File
@@ -229,3 +229,6 @@ window.app.oauth2.oidc = function(providerInfo, namePrefix, data) {
),
);
};
window.app.oauth2.oidc2 = window.app.oauth2.oidc;
window.app.oauth2.oidc3 = window.app.oauth2.oidc;