mirror of
https://github.com/Skylar-Tech/node-red-contrib-matrix-chat.git
synced 2025-04-20 21:13:08 -06:00
Merge pull request #73 from WesleyE/master
Verify login on the relative matrix-chat/login URI
This commit is contained in:
commit
768a1c8ce0
@ -162,7 +162,7 @@
|
|||||||
$("#matrix-access-token-loader").show();
|
$("#matrix-access-token-loader").show();
|
||||||
$.ajax({
|
$.ajax({
|
||||||
type: 'POST',
|
type: 'POST',
|
||||||
url: '/matrix-chat/login',
|
url: 'matrix-chat/login',
|
||||||
dataType: 'json',
|
dataType: 'json',
|
||||||
data: {
|
data: {
|
||||||
'userId': userId,
|
'userId': userId,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user