# HG changeset patch # User bsw # Date 1597927016 -7200 # Node ID 9514b3c04ccb891e99c30fbe54879279b5ddf1db # Parent 4f182720a2ecd45391b7384fbf8c5a693f034ec6 Fixed module name diff -r 4f182720a2ec -r 9514b3c04ccb app/main/_filter/20_session.lua --- a/app/main/_filter/20_session.lua Thu Aug 20 14:25:34 2020 +0200 +++ b/app/main/_filter/20_session.lua Thu Aug 20 14:36:56 2020 +0200 @@ -3,7 +3,7 @@ if cookie and cookie ~= cookie_samesite - and not (request.get_module() == "oauth" and request.get_view() == "session") + and not (request.get_module() == "oauth2" and request.get_view() == "session") then slot.put_into("error", _"Cookie error. Try restarting your web browser and login again.") ui.script{ script = [[