You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 24, 2018. It is now read-only.
I have installed the aws-cognito moduls with
I use Aurelia with Typescript from the skeleton-typescript-webpack
https://github.com/aurelia/skeleton-navigation/tree/master/skeleton-typescript-webpack
I have implemented a aws-cognito-services.ts for a user authentication as explained here:
Use case 4. Authenticating a user and establishing a user session with the Amazon Cognito Identity service.
https://github.com/aws/amazon-cognito-identity-js#using-npm-and-webpack.
Then I create an instance for aws-cognito-services in the login.ts view-model. When I load the login page I became this error:
When I don't create a aws-cognito-services instance in the login view-model, then the login page will load fine.
here the aws-cognito-services code:
here the login code (not complete):
Knows anywhere this error?
The text was updated successfully, but these errors were encountered: