feat: Authentication provider display (#4332)
* layout * Refactor * wip * Quick changes to make this deployable without full management * test
This commit is contained in:
@@ -3,13 +3,13 @@ import { sortBy } from "lodash";
|
||||
import { signin } from "@shared/utils/urlHelpers";
|
||||
import { requireDirectory } from "@server/utils/fs";
|
||||
|
||||
interface AuthenticationProviderConfig {
|
||||
export type AuthenticationProviderConfig = {
|
||||
id: string;
|
||||
name: string;
|
||||
enabled: boolean;
|
||||
authUrl: string;
|
||||
router: Router;
|
||||
}
|
||||
};
|
||||
|
||||
const providers: AuthenticationProviderConfig[] = [];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user