diff --git a/app/templates/top.hbs b/app/templates/top.hbs
index f9193e2c..7e9bc7f9 100644
--- a/app/templates/top.hbs
+++ b/app/templates/top.hbs
@@ -56,19 +56,21 @@
{{/if}}
-
- -
- {{#link-to "profile" class="signed-in"}}Accounts{{/link-to}}
-
- {{#if config.billingEndpoint}}
+ {{#if auth.signedIn}}
+
-
- Billing
+ {{#link-to "profile" class="signed-in"}}Accounts{{/link-to}}
- {{/if}}
- -
- Sign Out
-
-
+ {{#if config.billingEndpoint}}
+ -
+ Billing
+
+ {{/if}}
+ -
+ Sign Out
+
+
+ {{/if}}
\ No newline at end of file