dimitri16h / fleet

Capstone Project - Full Stack App created with Laravel - features PHP backend & Vue.js frontend
https://bootcamp-s18-fleet.herokuapp.com/
0 stars 0 forks source link

Make new layout for auth pages #10

Closed dimitri16h closed 6 years ago

dimitri16h commented 6 years ago

Currently Auth and In-App pages share the same layout, which includes portions of the dashboard that don't make sense when not logged in, add a second layout specifically to be used when not logged in on the sign-in and register pages for example

dimitri16h commented 6 years ago

This has been fixed with an if statement in the app template that removes the side nav if the user is not logged in