Skip to content

Commit

Permalink
Merge pull request #35 from mlibrary/LIBSEARCH-866-login-problems
Browse files Browse the repository at this point in the history
LIBSEARCH-866 Login problems
  • Loading branch information
niquerio authored Sep 13, 2023
2 parents 52d0fba + 621dee6 commit 9facf3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion get-this.rb
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@

before do
Time.zone = "Eastern Time (US & Canada)"
pass if ["auth", "session_switcher", "logout", "login", "-"].include? request.path_info.split("/")[1]
pass if ["auth", "session_switcher", "logout", "login", "-", "favicon.svg"].include? request.path_info.split("/")[1]

if dev_login?
session[:uniqname] = "mlibrary.acct.testing1@gmail.com" unless session[:uniqname]
Expand Down

0 comments on commit 9facf3e

Please sign in to comment.