Skip to content

Commit 40b2edb

Browse files
committed
MOBILE-1556 so: Indicate the URL scheme to use when launching the app
1 parent cab4dce commit 40b2edb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

www/core/components/login/services/helper.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ angular.module('mm.core.login')
121121
var passport = Math.random() * 1000;
122122
var loginurl = siteurl + "/local/mobile/launch.php?service=" + mmCoreConfigConstants.wsextservice;
123123
loginurl += "&passport=" + passport;
124+
loginurl += "&urlscheme=" + mmCoreConfigConstants.customurlscheme;
124125

125126
// Store the siteurl and passport in $mmConfig for persistence. We are "configuring"
126127
// the app to wait for an SSO. $mmConfig shouldn't be used as a temporary storage.

0 commit comments

Comments
 (0)