Skip to content

Commit

Permalink
Add redirectPath to AuthConfig.
Browse files Browse the repository at this point in the history
  • Loading branch information
nomeguy committed Dec 3, 2021
1 parent 7c23bf8 commit c31b659
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"antd": "^4.16.8",
"braft-editor": "^2.3.9",
"browser-image-size": "^1.1.0",
"casdoor-js-sdk": "^0.0.2",
"casdoor-js-sdk": "^0.0.3",
"codemirror": "^5.54.0",
"i18next": "^19.6.0",
"identicon.js": "^2.3.3",
Expand Down
1 change: 1 addition & 0 deletions web/src/Conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ export const AuthConfig = {
clientId: "014ae4bd048734ca2dea",
organizationName: "casbin",
appName: "app-casnode",
redirectPath: "/callback",
};

export let FrontConfig = {
Expand Down
8 changes: 4 additions & 4 deletions web/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3064,10 +3064,10 @@ capture-exit@^2.0.0:
dependencies:
rsvp "^4.8.4"

casdoor-js-sdk@^0.0.2:
version "0.0.2"
resolved "https://registry.yarnpkg.com/casdoor-js-sdk/-/casdoor-js-sdk-0.0.2.tgz#253cea3f7316f9cbb3fbda01d2bf0b94c3fc8508"
integrity sha512-yTT58NqPkCx3/U++pbakRxRx7iP7zLBXh3kpSm3k5XXXYR2yZO9taMaCsyfRfUwlFXssjF8NC8hgmL+pzWFYuw==
casdoor-js-sdk@^0.0.3:
version "0.0.3"
resolved "https://registry.yarnpkg.com/casdoor-js-sdk/-/casdoor-js-sdk-0.0.3.tgz#87b0de02dd00b193260e76c03a086aae3f8541d5"
integrity sha512-TkWMcUDwlauuMliwwaOOAW1B1SgXAtp01DJBTJw8x9bVXzuD4btJ5DPAw/2TLudPndDeCiFsVP3ylLkUCTn28w==

case-sensitive-paths-webpack-plugin@2.3.0:
version "2.3.0"
Expand Down

0 comments on commit c31b659

Please sign in to comment.