mirror of
https://github.com/versia-pub/server.git
synced 2026-03-13 05:49:16 +01:00
refactor(api): 🔥 Remove old forced OpenID auth code
This commit is contained in:
parent
45c3f6ae3f
commit
955a933fe9
8 changed files with 0 additions and 448 deletions
|
|
@ -800,7 +800,6 @@ export const ConfigSchema = z
|
|||
})
|
||||
.optional(),
|
||||
authentication: z.strictObject({
|
||||
forced_openid: z.boolean().default(false),
|
||||
openid_providers: z
|
||||
.array(
|
||||
z.strictObject({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue