Skip to content

Commit bba18a8

Browse files
committed
Remove ngVegas copy
1 parent 5e9b2c6 commit bba18a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/home/home.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<div class="home">
22
<div class="jumbotron centered">
3-
<h1>Welcome to the ngVegas sample!</h1>
3+
<h1>Welcome to the angular2 authentication sample!</h1>
44
<h2 *if="jwt">Your JWT is:</h2>
55
<pre *if="jwt" class="jwt"><code>{{ jwt }}</code></pre>
66
<pre *if="jwt" class="jwt"><code>{{ decodedJwt | json }}</code></pre>

0 commit comments

Comments
 (0)