fix(#169): auth api test

test-j
Rakov Roman 3 years ago
parent 42001e70d2
commit 631ebdbc1b
  1. 2
      src/features/AuthStore/metaData.tsx

@ -1,7 +1,7 @@
/* eslint-disable sort-keys */ /* eslint-disable sort-keys */
export const metaData: any = { export const metaData: any = {
issuer: 'https://www.auth.test.insports.tv', issuer: 'https://www.auth.test.insports.tv',
authorization_endpoint: 'https://api.auth.test.insports.tv/authorize', authorization_endpoint: 'https://www.auth.test.insports.tv/authorize',
// device_authorization_endpoint: null, // device_authorization_endpoint: null,
token_endpoint: 'https://www.auth.test.insports.tv/token', token_endpoint: 'https://www.auth.test.insports.tv/token',
userinfo_endpoint: 'https://www.auth.test.insports.tv/userinfo', userinfo_endpoint: 'https://www.auth.test.insports.tv/userinfo',

Loading…
Cancel
Save