Skip to content

Commit

Permalink
Don't show the login banner if you can't login
Browse files Browse the repository at this point in the history
  • Loading branch information
jcoyne committed Aug 4, 2023
1 parent a2466e5 commit 4fe643e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/views/sessions/index.html.erb
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<h1>Log in to see your checkouts, requests, fines &amp; fees</h1>
<% if @ils_ok %>
<h1>Log in to see your checkouts, requests, fines &amp; fees</h1>

<div class="row">
<div class="page-section col-12 col-sm-6">
<h2>Stanford students, faculty, staff</h2>
Expand Down

0 comments on commit 4fe643e

Please sign in to comment.