Margherita Lazzarini

Results 2 comments of Margherita Lazzarini

You both need to: - call `this.auth.useCodeGrantFlow();` (see sample [here](https://github.com/aws/amazon-cognito-auth-js/blob/master/sample/index.html#L221) and [documentation](https://github.com/aws/amazon-cognito-auth-js#usage), "Important to know" section ) - enable `Allowed OAuth Flows: Authorization code grant` in you Cognito app configuration...

@v-almonacid For me, it worked by adding `&` before `::-webkit-scrollbar`. Something like: ``` &::-webkit-scrollbar { display: none; } ```