mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-04 12:44:57 +03:00
8787ec5ba4
Ref #2413 - Remove fixture and use actual API - Store and send down actual logged in user data - Refactor isLoggedIn to use computed property on application - After signin, update user data in dependency container - Add CSRF to all routes and controllers via initializer - Update authenticated route to check for user.isLoggedIn - Add notifications for signin error - Add notifications.showAPIError helper - Add plumbing for refreshless signup to doSignUp in admin controller
10 lines
154 B
Handlebars
10 lines
154 B
Handlebars
{{#if isSignedIn}}
|
|
{{partial "navbar"}}
|
|
{{/if}}
|
|
|
|
<main role="main" id="main">
|
|
{{ghost-notifications}}
|
|
|
|
{{outlet}}
|
|
</main>
|
|
{{outlet modal}} |