Skip to content

Commit

Permalink
adds favicon.svg to passible routes
Browse files Browse the repository at this point in the history
  • Loading branch information
niquerio committed Sep 11, 2023
1 parent 52d0fba commit 621dee6
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 621dee6

Please sign in to comment.