Compare commits
2 Commits
1f0b08c122
...
fcd1e4c888
| Author | SHA1 | Date | |
|---|---|---|---|
| fcd1e4c888 | |||
| 47c468bab6 |
2
package-lock.json
generated
2
package-lock.json
generated
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "dex-ui-vue",
|
"name": "dex-ui-vue",
|
||||||
"version": "0.0.11",
|
"version": "0.0.12",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "dex-ui-vue",
|
"name": "dex-ui-vue",
|
||||||
"private": true,
|
"private": true,
|
||||||
"version": "0.0.11",
|
"version": "0.0.12",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "vite",
|
"dev": "vite",
|
||||||
|
|||||||
@@ -3,11 +3,10 @@ import type {UserManagerSettings} from "oidc-client-ts";
|
|||||||
export const oidcConfig : UserManagerSettings = {
|
export const oidcConfig : UserManagerSettings = {
|
||||||
authority: 'https://auth.smoothbrain.win/application/o/dex/',
|
authority: 'https://auth.smoothbrain.win/application/o/dex/',
|
||||||
client_id: 'K202NAqkgfjceLZr28gAVQgJDc6RjZfdrE1jNx0K',
|
client_id: 'K202NAqkgfjceLZr28gAVQgJDc6RjZfdrE1jNx0K',
|
||||||
redirect_uri: 'http://localhost:5173/callback',
|
redirect_uri: 'https://dex.smoothbrain.win/callback',
|
||||||
response_type: 'code',
|
response_type: 'code',
|
||||||
scope: 'openid profile email',
|
scope: 'openid profile email',
|
||||||
post_logout_redirect_uri: 'http://localhost:5173', // Homepage URL
|
post_logout_redirect_uri: 'httpS://dex.smoothbrain.win',
|
||||||
// automaticSilentRenew: true,
|
|
||||||
loadUserInfo: true,
|
loadUserInfo: true,
|
||||||
automaticSilentRenew: true,
|
automaticSilentRenew: true,
|
||||||
extraQueryParams: {
|
extraQueryParams: {
|
||||||
|
|||||||
Reference in New Issue
Block a user