restore condition for ensureConnectUser
This commit is contained in:
parent
aca1fca0c2
commit
2542339e42
1 changed files with 2 additions and 0 deletions
|
@ -235,7 +235,9 @@ define(["events", "apiclient", "appStorage"], function (events, apiClientFactory
|
|||
}
|
||||
|
||||
function ensureConnectUser(credentials) {
|
||||
if (connectUser && connectUser.Id === credentials.ConnectUserId) {
|
||||
return Promise.resolve();
|
||||
}
|
||||
}
|
||||
|
||||
function validateAuthentication(server, serverUrl) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue