Skip to content

Commit

Permalink
change error message
Browse files Browse the repository at this point in the history
  • Loading branch information
stephaniewilkinson committed Feb 5, 2025
1 parent 19667fe commit 6f12ba9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.rb
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ class App < Roda
request_token = Cache.get session, :request_token
# TODO: this is blocking people who are already logged in but not a huge deal
unless request_token
flash[:error] = 'Please authenticate first'
flash[:error] = "Click 'login' again please"
r.redirect '/'
end

Expand Down

0 comments on commit 6f12ba9

Please sign in to comment.