Skip to content

Commit

Permalink
updated matrix-js-sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
ajbura committed Aug 4, 2021
1 parent 701e170 commit 2918d97
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 5 deletions.
28 changes: 25 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"fuse.js": "^6.4.6",
"html-react-parser": "^1.2.7",
"linkifyjs": "^3.0.0-beta.3",
"matrix-js-sdk": "^11.2.0",
"matrix-js-sdk": "^12.2.0",
"prop-types": "^15.7.2",
"react": "^17.0.2",
"react-autosize-textarea": "^7.1.0",
Expand Down
2 changes: 1 addition & 1 deletion src/client/action/auth.js
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down

0 comments on commit 2918d97

Please sign in to comment.