From 47c468bab63f079b8a365ac06ef65102fe4628a9 Mon Sep 17 00:00:00 2001 From: Katarina Date: Thu, 17 Jul 2025 17:14:34 +0200 Subject: [PATCH] Correct callback --- src/auth/oidcConfig.ts | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/auth/oidcConfig.ts b/src/auth/oidcConfig.ts index dbb5537..260d15d 100644 --- a/src/auth/oidcConfig.ts +++ b/src/auth/oidcConfig.ts @@ -3,11 +3,10 @@ import type {UserManagerSettings} from "oidc-client-ts"; export const oidcConfig : UserManagerSettings = { authority: 'https://auth.smoothbrain.win/application/o/dex/', client_id: 'K202NAqkgfjceLZr28gAVQgJDc6RjZfdrE1jNx0K', - redirect_uri: 'http://localhost:5173/callback', + redirect_uri: 'https://dex.smoothbrain.win/callback', response_type: 'code', scope: 'openid profile email', - post_logout_redirect_uri: 'http://localhost:5173', // Homepage URL - // automaticSilentRenew: true, + post_logout_redirect_uri: 'httpS://dex.smoothbrain.win', loadUserInfo: true, automaticSilentRenew: true, extraQueryParams: {