From d19e2f64f0202dcdc91a4c2a75efc58775b2a9a6 Mon Sep 17 00:00:00 2001 From: Sheen Capadngan Date: Thu, 20 Jun 2024 21:14:47 +0800 Subject: [PATCH] misc: added oidc to user alias type --- frontend/src/hooks/api/users/types.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/frontend/src/hooks/api/users/types.ts b/frontend/src/hooks/api/users/types.ts index 649af434c..43e408571 100644 --- a/frontend/src/hooks/api/users/types.ts +++ b/frontend/src/hooks/api/users/types.ts @@ -29,7 +29,8 @@ export type User = { export enum UserAliasType { LDAP = "ldap", - SAML = "saml" + SAML = "saml", + OIDC = "oidc" } export type UserEnc = {