Commit ae3f3114 authored by Robert Knight's avatar Robert Knight

Remove redundant check for the auth status being 'signed-out'

This was needed when this part of the app template lived in the `h`
repository. It is not needed any more.
parent 7a417b96
......@@ -11,7 +11,7 @@
on-change-sort-key="setSortKey(sortKey)">
</top-bar>
<div class="create-account-banner" ng-if="isSidebar && (auth.status === 'signed-out' || auth.status === 'logged-out')" ng-cloak>
<div class="create-account-banner" ng-if="isSidebar && auth.status === 'logged-out'" ng-cloak>
To annotate this document
<a href="{{ register_url }}" target="_blank">
create a free account
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment