Abhishek Batra

Results 6 comments of Abhishek Batra

The problem is the `verifyPhone` method in the file phone_server.js. It calls `Accounts._clearAllLoginTokens(user._id);` even when a new password is not passed to the method. For my use case, I just...

The side effect could appear when users change their password. I'm not very familiar with meteor's accounts API, but I would guess that the referred line should be conditionally invoked...

Hi, I face similar issues on Kubuntu 18.04 with morse and telegramqt installed from git. I get this error in a notification while morse tries to login: > There was...

No worries. I'll give it a shot and try to send a PR.

Here's a link to the official one: https://dialogflow-python-client-v2.readthedocs.io/en/latest/gapic/v2beta1/types.html#dialogflow_v2beta1.types.WebhookResponse

+1 The offending code is: https://github.com/alethes/meteor-pages/blob/f666386d6c38397d745e4ecd0b616739171eb959/lib/pages.coffee#L621 ``` coffeescript else if _.isArray(r) and r.length is 2 if _.isFunction r[0].fetch c = r ```