0a2c010cc7
Fixed "undefined method stringify_keys for String" error caused by incorrect button_to syntax when using block form. Changes: - Remove text argument from button_to when using block - Block content becomes button text in Rails 8 syntax - Correct syntax: button_to url, options do ... end - Incorrect syntax: button_to "text", url, options do ... end This fixes the NoMethodError on the login page. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>