Don't display before login

This commit is contained in:
Jason Zimdars
2025-03-24 15:19:49 -05:00
parent df377861fc
commit 9c690c5822
+5 -3
View File
@@ -44,9 +44,11 @@
<footer id="footer">
<%= yield :footer %>
<%= render "notifications/tray" %>
<%= render "bubbles/pins/tray" %>
<%= turbo_frame_tag "terminal", src: terminal_path %>
<% if Current.user %>
<%= render "notifications/tray" %>
<%= render "bubbles/pins/tray" %>
<%= turbo_frame_tag "terminal", src: terminal_path %>
<% end %>
</footer>
<%= render "layouts/lightbox" %>