Merge branch 'hotfix/v0.0.4' of github.com:ONLYOFFICE/AppServer into hotfix/v0.0.4

This commit is contained in:
Alexey Kostenko 2020-12-18 16:24:36 +03:00
commit f70536add2

View File

@ -41,7 +41,7 @@ export function createConfirmUser(registerData, loginData, key) {
const promise = new Promise((resolve, reject) => { const promise = new Promise((resolve, reject) => {
setTimeout(() => { setTimeout(() => {
login( login(
loginData.userName, loginData.email,
loginData.passwordHash loginData.passwordHash
)(dispatch) )(dispatch)
.then(() => { .then(() => {