diff --git a/src/features/AuthStore/metaData.tsx b/src/features/AuthStore/metaData.tsx index b18ce402..bb9db0ef 100644 --- a/src/features/AuthStore/metaData.tsx +++ b/src/features/AuthStore/metaData.tsx @@ -1,7 +1,7 @@ /* eslint-disable sort-keys */ export const metaData: any = { issuer: 'https://www.auth.test.insports.tv', - authorization_endpoint: 'https://www.auth.test.insports.tv/authorize', + authorization_endpoint: 'https://api.auth.test.insports.tv/authorize', // device_authorization_endpoint: null, token_endpoint: 'https://www.auth.test.insports.tv/token', userinfo_endpoint: 'https://www.auth.test.insports.tv/userinfo',