191f2f0 fix infofasjson get_user_attrs returning None

Authored and Committed by ryanlerch 3 years ago
    fix infofasjson get_user_attrs returning None
    
    Previously if using the fasjson info plugin, and the fasjson client
    returned an error, we were returning None. However, we need to return an
    empty dict, otherwise login/common.py in ipsilon would raise an error.
    
    Signed-off-by: Ryan Lerch <rlerch@redhat.com>
    
        
file modified
+1 -1