liquid_feedback_frontend

annotate app/main/index/_action/cancel_register.lua @ 1516:9d99a4f262a2

Fixed privilege check for support via API
author bsw
date Thu Aug 20 14:03:09 2020 +0200 (2020-08-20)
parents aefef1556d55
children
rev   line source
bsw@1071 1 app.session.authority = nil
bsw@1074 2 app.session.authority_uid = nil
bsw@1074 3 app.session.authority_login = nil
bsw@1071 4 app.session:save()
bsw@1071 5
bsw@1071 6 return true

Impressum / About Us