Added missing Div tag in JwtBearer sample. (#1888)
This commit is contained in:
parent
4dd9c6deef
commit
32177cad1e
|
|
@ -64,5 +64,6 @@
|
||||||
<script src="App/Scripts/userDataCtrl.js"></script>
|
<script src="App/Scripts/userDataCtrl.js"></script>
|
||||||
<script src="App/Scripts/todoListCtrl.js"></script>
|
<script src="App/Scripts/todoListCtrl.js"></script>
|
||||||
<script src="App/Scripts/todoListSvc.js"></script>
|
<script src="App/Scripts/todoListSvc.js"></script>
|
||||||
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue