Azure-Samples / ms-identity-python-webapp

A Python web application calling Microsoft graph that is secured using the Microsoft identity platform
MIT License
293 stars 140 forks source link

fix bad render_template line 40 app.py #58

Closed brgsstm closed 3 years ago

brgsstm commented 3 years ago

line 40 of app.py was attempting to render a non existent 'error.html' template with the results incorrectly passed.