Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion src/ufront/auth/api/EasyAuthApi.hx
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

/**
Expand Down