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:
parent
701e170e19
commit
2918d97fd0
3 changed files with 27 additions and 5 deletions
|
@ -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: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue