Merge pull request #73 from WesleyE/master

Verify login on the relative matrix-chat/login URI
This commit is contained in:
Skylar Sadlier 2022-12-05 21:19:03 -07:00 committed by GitHub
commit 768a1c8ce0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -162,7 +162,7 @@
$("#matrix-access-token-loader").show();
$.ajax({
type: 'POST',
url: '/matrix-chat/login',
url: 'matrix-chat/login',
dataType: 'json',
data: {
'userId': userId,