liquid_feedback_frontend

view app/main/api/embed_initiative.lua @ 1696:446d2798f424

Automatically switch to single unit mode for users having only one unit
author bsw
date Thu Sep 23 17:47:58 2021 +0200 (2021-09-23)
parents 50f5b8a97f91
children
line source
1 if app.scopes.identification then
2 app.session.member_id = app.access_token.member_id
3 app.session:save()
4 request.redirect{ external = request.get_absolute_baseurl() .. "initiative/show/" .. param.get("id") .. ".html" }
5 else
6 slot.put("missing access token or scope")
7 end

Impressum / About Us