alex

Results 10 comments of alex

I had "puppeteer": "1.1.1" and it was silently failing, without any exceptions. ```1.1.0``` version works!

is there a replacement for this lib?

when do we merge this?

I am running the component in storybook and I do not mock workers. The only thing I need to be mocked is the websocket. `Window.WebSocket = WebSocket;` will not mock...

Actually I think allowing the user to modify hover color like this is not a good idea. ``` ``` ![hover button](https://user-images.githubusercontent.com/10633451/80407089-f55d8f00-88bc-11ea-9257-c43d59ed8927.gif) Hover from button will be applied to icon, and...

Hi @DheerajArora5 You solution looks promising, however I didnt find `EmailVerificationType: Link` in my `backend/auth/awsapp/awsapp.yml` file. In the meantime is there a config option in amplify cli that would set...

I actually found a cli option to send verification as email link. It links to lambda function which verifies the user and redirects back to your app.

@timello when you run `amplify update auth` one of the options is custom email link.

@pstanton Contact me if you are still interested in the implementation.

@meeroslav Nice, thats great to hear, is there a link to the feature so I can track?