kc-sdk 5.6.2702 → 5.7.2788
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/kc-sdk-support.js +1 -1
- package/src/kc-sdk.js +1 -1
package/package.json
CHANGED
package/src/kc-sdk-support.js
CHANGED
|
@@ -221,7 +221,7 @@ var kcMreService = {
|
|
|
221
221
|
|
|
222
222
|
|
|
223
223
|
function generateRelayUrl(code, codeType) {
|
|
224
|
-
var baseURL = kcSdkConfig.mreBaseUrl + 'ssoHandler.do?
|
|
224
|
+
var baseURL = kcSdkConfig.mreBaseUrl + 'ssoHandler.do?_a=home';
|
|
225
225
|
|
|
226
226
|
if (code) {
|
|
227
227
|
baseURL = kcSdkConfig.mreBaseUrl + (codeTypeUrlHandler[codeType] ? codeTypeUrlHandler[codeType] : '');
|