Skip to content

Commit

Permalink
Merge pull request #222 from IN-CORE/use-slash-register-link
Browse files Browse the repository at this point in the history
use /register
  • Loading branch information
longshuicy authored Oct 2, 2024
2 parents 52b192f + 8164012 commit ee500e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ config["geoServer"] = `${hostname}/geoserver/incore/wms`;
config["plottingService"] = `${hostname}/plotting/api/samples`;

config["testUserInfo"] = "incrtest";
config["signUpURL"] = "/auth/realms/In-core/protocol/openid-connect/registrations?client_id=react-auth&response_type=code&scope=openid";
config["signUpURL"] = "/register";
config["resetPwURL"] = "/auth/realms/In-core/login-actions/reset-credentials?client_id=react-auth";
config["setGravatarURL"] = "https://en.gravatar.com/support/activating-your-account/";
config["tosURL"] = `${hostname}/doc/incore/termsofservice.html`;
Expand Down

0 comments on commit ee500e6

Please sign in to comment.