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

Authored and Committed by Pierre-Yves Chibon 7 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