From 55e25606b4df2ac531cec49d219cfd53ffae8a2f Mon Sep 17 00:00:00 2001 From: Christopher Burger Date: Thu, 13 Sep 2018 14:08:17 -0400 Subject: [PATCH] RT 39340 - v3 fix --- FS/FS/ClientAPI/MyAccount.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/FS/FS/ClientAPI/MyAccount.pm b/FS/FS/ClientAPI/MyAccount.pm index eda52e9b4..3390687ae 100644 --- a/FS/FS/ClientAPI/MyAccount.pm +++ b/FS/FS/ClientAPI/MyAccount.pm @@ -367,6 +367,7 @@ sub login { return { 'error' => '', 'session_id' => $session_id, + %$session, }; } -- 2.11.0