dabit3 / gatsby-auth-starter-aws-amplify

Starter Project with Authentication with Gatsby & AWS Amplify
MIT License
324 stars 399 forks source link

fix Issue with login in /utils/auth.js #7

Closed adokce closed 5 years ago

adokce commented 5 years ago

isLoggedIn returned true always. Even if there was no user logged in.

Now, isLoggedIn will check if user object has username property before it returns true or false.