akshays / pagure

Forked from pagure 7 years ago
Clone

0fcf17f Only check the watch status if the user is authenticated

Authored and Committed by pingou 8 years ago
    Only check the watch status if the user is authenticated
    
    Otherwise flask.g may not have a `fas_user` attribute and we end up
    with a 500 error.
    
        
file modified
+84 -15