mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-27 02:51:57 +02:00
sso bailout pages
GitOrigin-RevId: e0e39268227896660a02d8b74cd00249bdf431eb
This commit is contained in:
committed by
sharelatex
parent
6a2b3a39a9
commit
d59d8dddad
@@ -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
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user