Advertisement
Guest User

Untitled

a guest
Jun 20th, 2019
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. .then(async (res) => {
  2. if (isPlatformBrowser(this.platformId)) {
  3. if ((<any>window)['carrotquest']) {
  4. const carrotquest = (<any>window)['carrotquest']
  5. carrotquest.auth(res.user_id, res.carrot_quest_hash)
  6. }
  7. }
  8. await this.setToken(res)
  9. return res
  10. })</any></any>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement