mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-16 18:39:41 +02:00
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:
parent
01a2c78e39
commit
c949f5d02a
1 changed files with 2 additions and 2 deletions
|
|
@ -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'],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue