mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-23 08:57:51 +00:00
sso bailout pages
GitOrigin-RevId: e0e39268227896660a02d8b74cd00249bdf431eb
This commit is contained in:
parent
6a2b3a39a9
commit
d59d8dddad
1 changed files with 1 additions and 0 deletions
|
@ -158,6 +158,7 @@ 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