We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cab4dce commit 40b2edbCopy full SHA for 40b2edb
www/core/components/login/services/helper.js
@@ -121,6 +121,7 @@ angular.module('mm.core.login')
121
var passport = Math.random() * 1000;
122
var loginurl = siteurl + "/local/mobile/launch.php?service=" + mmCoreConfigConstants.wsextservice;
123
loginurl += "&passport=" + passport;
124
+ loginurl += "&urlscheme=" + mmCoreConfigConstants.customurlscheme;
125
126
// Store the siteurl and passport in $mmConfig for persistence. We are "configuring"
127
// the app to wait for an SSO. $mmConfig shouldn't be used as a temporary storage.
0 commit comments