RT 39340 - v3 fix
authorChristopher Burger <burgerc@freeside.biz>
Thu, 13 Sep 2018 18:08:17 +0000 (14:08 -0400)
committerChristopher Burger <burgerc@freeside.biz>
Thu, 13 Sep 2018 18:08:17 +0000 (14:08 -0400)
FS/FS/ClientAPI/MyAccount.pm

index eda52e9..3390687 100644 (file)
@@ -367,6 +367,7 @@ sub login {
 
   return { 'error'      => '',
            'session_id' => $session_id,
+           %$session,
          };
 }