Skip to content

Commit

Permalink
Merge pull request #904 from sul-dlss/message
Browse files Browse the repository at this point in the history
Don't show the login banner if you can't login
  • Loading branch information
cbeer authored Aug 4, 2023
2 parents a2466e5 + 4fe643e commit 4c2e810
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 4c2e810

Please sign in to comment.