fix(mana-core-auth): fix type compatibility for trusted client config

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Till-JS 2026-01-30 18:28:06 +01:00
parent 01a2c78e39
commit c949f5d02a

View file

@ -331,8 +331,8 @@ export function createBetterAuth(databaseUrl: string) {
clientId: 'matrix-synapse',
clientSecret: process.env.SYNAPSE_OIDC_CLIENT_SECRET || '',
name: 'Matrix Synapse',
icon: null,
metadata: null,
icon: undefined,
metadata: {},
type: 'web',
disabled: false,
redirectUrls: ['https://matrix.mana.how/_synapse/client/oidc/callback'],