Verify login on the relative matrix-chat/login URI

This commit is contained in:
Wesley Elfring
2022-11-30 13:11:33 +01:00
committed by GitHub
parent 4c17a21008
commit e4b01c40c2
+1 -1
View File
@@ -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,