Skip to content

Commit

Permalink
Remove default require_login_redirect configuration
Browse files Browse the repository at this point in the history
This default has since been incorporated into Rodauth.
  • Loading branch information
janko committed Oct 8, 2024
1 parent fbba5a2 commit 3943f08
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/generators/rodauth/templates/app/misc/rodauth_main.rb.tt
Original file line number Diff line number Diff line change
Expand Up @@ -193,9 +193,6 @@ class RodauthMain < Rodauth::Rails::Auth

# Redirect to login page after password reset.
reset_password_redirect { login_path }

# Ensure requiring login follows login route changes.
require_login_redirect { login_path }
<% end -%>

# ==> Deadlines
Expand Down

0 comments on commit 3943f08

Please sign in to comment.