We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e9b2c6 commit bba18a8Copy full SHA for bba18a8
src/home/home.html
@@ -1,6 +1,6 @@
1
<div class="home">
2
<div class="jumbotron centered">
3
- <h1>Welcome to the ngVegas sample!</h1>
+ <h1>Welcome to the angular2 authentication sample!</h1>
4
<h2 *if="jwt">Your JWT is:</h2>
5
<pre *if="jwt" class="jwt"><code>{{ jwt }}</code></pre>
6
<pre *if="jwt" class="jwt"><code>{{ decodedJwt | json }}</code></pre>
0 commit comments