Skip to content

Commit 6712370

Browse files
committed
Merge pull request #472 from jleyva/MOBILE-1556
MOBILE-1556 so: Indicate the URL scheme to use when launching the app
2 parents 51d6c55 + 40b2edb commit 6712370

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)