liquid_feedback_frontend

changeset 446:93a40d1c66f4

Removed flash notice after login
author bsw
date Sun Mar 11 13:02:12 2012 +0100 (2012-03-11)
parents 1cd2ab10a51a
children 2cdbfb06a62b
files app/main/index/_action/login.lua
line diff
     1.1 --- a/app/main/index/_action/login.lua	Sun Mar 11 13:01:54 2012 +0100
     1.2 +++ b/app/main/index/_action/login.lua	Sun Mar 11 13:02:12 2012 +0100
     1.3 @@ -62,9 +62,6 @@
     1.4    member:save()
     1.5    app.session.member = member
     1.6    app.session:save()
     1.7 -  slot.select("notice", function()
     1.8 -    ui.tag{ content = _'Login successful!' }
     1.9 -  end)
    1.10    trace.debug('User authenticated')
    1.11    if config.etherpad then
    1.12      do_etherpad_auth(member)

Impressum / About Us