Skip to content

Commit

Permalink
quick typo fix in demo...
Browse files Browse the repository at this point in the history
  • Loading branch information
Aran30 committed Mar 29, 2021
1 parent 0fd24be commit b969a8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
</noscript>
<div class="vertical-section-container centered">
<h3>Basic las2peer-frontend-statusbar demo</h3>
<las2peer-frontend-statusbar service="Demo" displaywidth="500px" baseurl="http://locahost:8081"
<las2peer-frontend-statusbar service="Demo" displaywidth="500px" baseurl="http://localhost:8081"
oidcpopupsigninurl="http://localhost:8081/callbacks/popup-signin-callback.html"
oidcpopupsignouturl="http://localhost:8081/callbacks/popup-signout-callback.html"
oidcsilentsigninurl="http://localhost:8081/callbacks/silent-callback.html"
Expand All @@ -35,7 +35,7 @@ <h3>Basic las2peer-frontend-statusbar demo</h3>
<div class="vertical-section-container centered">
<h3>las2peer-frontend-statusbar demo with slots</h3>
<las2peer-frontend-statusbar service="Demo" displaywidth="700px"
baseurl="http://locahost:8081"
baseurl="http://localhost:8081"
oidcpopupsigninurl="http://localhost:8081/callbacks/popup-signin-callback.html"
oidcpopupsignouturl="http://localhost:8081/callbacks/popup-signout-callback.html"
oidcsilentsigninurl="http://localhost:8081/callbacks/silent-callback.html"
Expand Down

0 comments on commit b969a8d

Please sign in to comment.