amazon-archives / aws-cognito-angular-quickstart

An Angular(v5)-based QuickStart single-page app utilizing Amazon Cognito, S3, and DynamoDB (Serverless architecture)
https://cognito.budilov.com
Apache License 2.0
689 stars 304 forks source link

On confirm registration not navigating to secureHome.It's always is asking to login again. #126

Closed joe455 closed 6 years ago

joe455 commented 6 years ago

Once user got confirmed it should go to secureHome pagae. But what is reason it's going to login page. If I am deleting check for isauthenticated in securehome componet. It was going to securehome but no parameters displayed in that page.

In my view session is not getting created once we confirm the user.How to get it work?

joe455 commented 6 years ago

I solved it my own!!!