artkonekt / appshell

AppShell is an Laravel Application boilerplate with UI, ACL, Users & Customers
https://konekt.dev/appshell
MIT License
80 stars 10 forks source link

Verify if last_login_at is an instance of DateTime before print #18

Closed danielebarbaro closed 4 years ago

danielebarbaro commented 4 years ago

When a user never log in, i can see this Exception:

Screenshot 2020-09-01 at 12 10 26

I'm using:

Screenshot 2020-09-01 at 12 29 15 Screenshot 2020-09-01 at 12 26 47
fulopattila122 commented 4 years ago

Thanks for the PR. Some tests are failing, but I need to check why, since I think they're not related to this change.

danielebarbaro commented 4 years ago

Hi, i know that some tests fail. Like you said these tests doesn't concern my mod :) . Fails are for assets (js and css)

Screenshot 2020-09-01 at 18 45 30