fixed #56
This commit is contained in:
parent
7508f01a0e
commit
0d9d237fed
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ function(HostApp, Paths, Hmac) {
|
||||||
var those = this;
|
var those = this;
|
||||||
Paths.findProfileURL(entity,
|
Paths.findProfileURL(entity,
|
||||||
function(profile_url) {
|
function(profile_url) {
|
||||||
if (profile_url && (profile_url.startsWith("http://") || profile_url.startsWith("https:(("))) {
|
if (profile_url && (profile_url.startsWith("http://") || profile_url.startsWith("https://"))) {
|
||||||
those.register(profile_url);
|
those.register(profile_url);
|
||||||
} else {
|
} else {
|
||||||
HostApp.authentificationDidNotSucceed("Could not find profile for: " + entity);
|
HostApp.authentificationDidNotSucceed("Could not find profile for: " + entity);
|
||||||
|
|
Reference in a new issue