Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mikker authored Jan 24, 2024
1 parent 6234171 commit b03e2bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ class ApplicationController < ActionController::Base
def require_user!
return if current_user
save_passwordless_redirect_location!(User) # <-- optional, see below
redirect_to root_path, flash: { error: 'You are not worthy!' }
redirect_to root_path, error: "You are not worthy!"
end
end
```
Expand Down

0 comments on commit b03e2bd

Please sign in to comment.