mirror of
https://github.com/ajnart/homarr.git
synced 2026-02-28 01:10:54 +01:00
3 lines
157 B
TypeScript
3 lines
157 B
TypeScript
|
|
export const supportedAuthProviders = ["credentials", "oidc", "ldap"] as const;
|
||
|
|
export type SupportedAuthProvider = (typeof supportedAuthProviders)[number];
|