CAS Auth Fixes

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel
2022-05-02 14:25:42 +02:00
parent d7887ccb83
commit 1299b3baf1
2 changed files with 7 additions and 1 deletions

View File

@@ -140,4 +140,5 @@ export const SELECTED_PROVIDERS: { [key: string]: string } = {
google: "Google",
keycloak: "Keycloak",
ldap: "LDAP",
cas: "CAS",
};