refactor(api): 🔥 Remove old forced OpenID auth code

This commit is contained in:
Jesse Wierzbinski 2025-10-24 19:12:40 +02:00
parent 45c3f6ae3f
commit 955a933fe9
No known key found for this signature in database
8 changed files with 0 additions and 448 deletions

View file

@ -87,11 +87,6 @@ export const NoteReactionWithAccounts = NoteReaction.extend({
/* Versia Server API extension */
export const SSOConfig = z.object({
forced: z.boolean().meta({
description:
"If this is enabled, normal identifier/password login is disabled and login must be done through SSO.",
example: false,
}),
providers: z
.array(
z.object({