diff --git a/src/ufront/auth/api/EasyAuthApi.hx b/src/ufront/auth/api/EasyAuthApi.hx index 46761dc..fe591e6 100644 --- a/src/ufront/auth/api/EasyAuthApi.hx +++ b/src/ufront/auth/api/EasyAuthApi.hx @@ -69,8 +69,9 @@ class EasyAuthApi extends UFApi { Please note the session must be ready to use (having `HttpSession.init()` complete succesfully). It just removes the User ID from the session, effectively logging you out. **/ - public function logout():Void { + public function logout():Noise { easyAuth.endSession(); + return Noise; } /**