lib/stealth/controller/catch_all.rb in stealth-1.0.4 vs lib/stealth/controller/catch_all.rb in stealth-1.1.0.rc1
- old
+ new
@@ -46,10 +46,10 @@
fail_attempts
end
def error_slug
- ['error', current_user_id, current_session.flow_string, current_session.state_string].join('-')
+ ['error', current_session_id, current_session.flow_string, current_session.state_string].join('-')
end
def calculate_catch_all_state(error_level)
"level#{error_level}"
end