mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-14 12:04:46 +00:00
pr fixes
GitOrigin-RevId: 8bbe27be51951304673a21e7ba6cd1e7cef1ea60
This commit is contained in:
parent
d59d8dddad
commit
0cc7783ad2
1 changed files with 0 additions and 1 deletions
|
@ -158,7 +158,6 @@ module.exports = class UserHelper {
|
|||
if (body.message && body.message.type === 'error') {
|
||||
throw new Error(`register api error: ${body.message.text}`)
|
||||
}
|
||||
console.log(body)
|
||||
userHelper.user = await UserGetter.promises.getUser({
|
||||
email: userData.email
|
||||
})
|
||||
|
|
Loading…
Add table
Reference in a new issue