liquid_feedback_frontend

changeset 1518:9514b3c04ccb

Fixed module name
author bsw
date Thu Aug 20 14:36:56 2020 +0200 (2020-08-20)
parents 4f182720a2ec
children 056bccb61eee
files app/main/_filter/20_session.lua
line diff
     1.1 --- a/app/main/_filter/20_session.lua	Thu Aug 20 14:25:34 2020 +0200
     1.2 +++ b/app/main/_filter/20_session.lua	Thu Aug 20 14:36:56 2020 +0200
     1.3 @@ -3,7 +3,7 @@
     1.4  
     1.5  if
     1.6    cookie and cookie ~= cookie_samesite 
     1.7 -  and not (request.get_module() == "oauth" and request.get_view() == "session")
     1.8 +  and not (request.get_module() == "oauth2" and request.get_view() == "session")
     1.9  then
    1.10    slot.put_into("error", _"Cookie error. Try restarting your web browser and login again.")  
    1.11    ui.script{ script = [[

Impressum / About Us