From 85e893a13cf0fc0a8cc333051eb9b55e306dc071 Mon Sep 17 00:00:00 2001 From: thosakwe Date: Wed, 21 Sep 2016 19:34:00 -0400 Subject: [PATCH] Auth --- lib/src/routes/controllers/auth.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/src/routes/controllers/auth.dart b/lib/src/routes/controllers/auth.dart index 236da37..3db110b 100644 --- a/lib/src/routes/controllers/auth.dart +++ b/lib/src/routes/controllers/auth.dart @@ -30,7 +30,7 @@ class AuthController extends Controller { _auth.serializer = _serializer; _auth.deserializer = _deserializer; _auth.strategies.add(new LocalAuthStrategy( - _auth, _verifier(app.container.make(UserService)), + _verifier(app.container.make(UserService)), forceBasic: true)); await super.call(app);