Skip to content

Commit

Permalink
Fix/loading authentication service (#1076)
Browse files Browse the repository at this point in the history
* Fix client assets loading issue for Authentication service

* Fix loading AuthenticationService script in client assets
  • Loading branch information
kbeaugrand authored Aug 11, 2022
1 parent 7bd1771 commit 728e11c
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions src/AzureIoTHub.Portal/Client/assets/src/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/AzureIoTHub.Portal/Client/assets/src/index.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions src/AzureIoTHub.Portal/Client/assets/src/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
import './AuthenticationService';
2 changes: 1 addition & 1 deletion src/AzureIoTHub.Portal/Client/wwwroot/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
<a class="dismiss">🗙</a>
</div>

<script src="AuthenticationService.js"></script>
<script src="main.js"></script>

<script src="_content/Blazored.Modal/blazored.modal.js"></script>
<script src="_framework/blazor.webassembly.js"></script>
Expand Down
1 change: 0 additions & 1 deletion src/AzureIoTHub.Portal/Client/wwwroot/index.js

This file was deleted.

0 comments on commit 728e11c

Please sign in to comment.