1
Fork 0
mirror of https://github.com/RGBCube/cinny synced 2025-08-01 17:37:46 +00:00

updated matrix-js-sdk

This commit is contained in:
unknown 2021-08-04 09:29:06 +05:30
parent 701e170e19
commit 2918d97fd0
3 changed files with 27 additions and 5 deletions

View file

@ -47,7 +47,7 @@ async function getAdditionalInfo(baseUrl, content) {
}
async function verifyEmail(baseUrl, content) {
try {
const res = await fetch(`${baseUrl}/_matrix/client/r0/register/email/requestToken `, {
const res = await fetch(`${baseUrl}/_matrix/client/r0/register/email/requestToken`, {
method: 'POST',
body: JSON.stringify(content),
headers: {