# HG changeset patch # User bsw # Date 1331467332 -3600 # Node ID 93a40d1c66f4e2d738ae2dee4f92421e7dcacd04 # Parent 1cd2ab10a51a3b6952cd4216cf1b5cfe0c2fabec Removed flash notice after login diff -r 1cd2ab10a51a -r 93a40d1c66f4 app/main/index/_action/login.lua --- a/app/main/index/_action/login.lua Sun Mar 11 13:01:54 2012 +0100 +++ b/app/main/index/_action/login.lua Sun Mar 11 13:02:12 2012 +0100 @@ -62,9 +62,6 @@ member:save() app.session.member = member app.session:save() - slot.select("notice", function() - ui.tag{ content = _'Login successful!' } - end) trace.debug('User authenticated') if config.etherpad then do_etherpad_auth(member)