subscribing to events
This commit is contained in:
www/res/js
@ -33,7 +33,7 @@ usimp.chooseDomainServer = function (domainServers, invalidDomainServers = []) {
|
||||
}
|
||||
|
||||
usimp.login = function (domainServer, domain, account, password) {
|
||||
return fetch('http://' + domainServer.host + ':' + domainServer.protocols.http + '/_usimp/authenticate', {
|
||||
return fetch(`http://${domainServer.host}:${domainServer.protocols.http}/_usimp/authenticate`, {
|
||||
method: 'POST',
|
||||
headers: {
|
||||
'Content-Type': 'application/json',
|
||||
|
Reference in New Issue
Block a user