We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 506caa4 commit b32a4e3Copy full SHA for b32a4e3
spec/rodauth_spec.rb
@@ -42,7 +42,7 @@
42
rodauth do
43
enable :login
44
over_max_bytesize_param_value do |_, v|
45
- v[0, 15] if over_max
+ over_max ? v[0, 15] : super(_, v)
46
end
47
48
roda do |r|
0 commit comments