Added missing Div tag in JwtBearer sample. (#1888)

This commit is contained in:
Jason 2018-10-22 23:50:52 -05:00 committed by Chris Ross
parent 4dd9c6deef
commit 32177cad1e
1 changed files with 1 additions and 0 deletions

View File

@ -64,5 +64,6 @@
<script src="App/Scripts/userDataCtrl.js"></script>
<script src="App/Scripts/todoListCtrl.js"></script>
<script src="App/Scripts/todoListSvc.js"></script>
</div>
</body>
</html>