0
vladsd created
If user logged in and redirect to dashboard, I can still go back and open login link like this <a class="postlink" href="http://localhost:4200/account/login">http://localhost:4200/account/login</a> and it will ask me to login again. Account route should check if user logged in and route to dashboard.
Also default route for account should be login, for example, if user types <a class="postlink" href="http://localhost:4200/account">http://localhost:4200/account</a> - it shows nothing, as no route found, since default is not setup