mirror of
https://github.com/fosrl/pangolin.git
synced 2026-01-28 22:00:51 +00:00
successful log in loop poc
This commit is contained in:
4
server/types/UserTypes.ts
Normal file
4
server/types/UserTypes.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
export enum UserType {
|
||||
Internal = "internal",
|
||||
OIDC = "oidc"
|
||||
}
|
||||
Reference in New Issue
Block a user