Update auth.dart

This commit is contained in:
Tobe O 2016-12-21 18:19:55 -05:00 committed by GitHub
parent aa61dd4a9c
commit 9822c03d52

View file

@ -35,8 +35,6 @@ class AuthController extends Controller {
await app.configure(auth);
}
bool loggedIn(RequestContext req) => req.session['userId'] != null;
@Expose('/login', method: 'POST')
login(RequestContext req) async {
// Include log-in logic here...