Skip to content

Commit 7ab4048

Browse files
committed
Merge pull request #43 from romaricdrigon/fix-logout-handler
Fixed: typo in LogoutSuccessHandler
2 parents aecaa5a + 672292b commit 7ab4048

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Component/Authentication/Handler/LogoutSuccessHandler.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ public function onLogoutSuccess(Request $request)
9797
json_encode(
9898
array(
9999
'status' => 'failed',
100-
'errors' => array($exception->getMessage())
100+
'errors' => array()
101101
)
102102
)
103103
);

0 commit comments

Comments
 (0)