|
@@ -270,8 +270,6 @@ At this point, you should see a login screen when you run `ionic serve`.
|
270
|
270
|
|
271
|
271
|
![Stormpath Login for Ionic](./static/ionic-login.png)
|
272
|
272
|
|
273
|
|
-If you don’t see this screen, it’s possible you’re still logged in. Clearing your local storage will fix this, or you can continue below to add the ability to logout.
|
274
|
|
-
|
275
|
273
|
In `src/pages/home.html`, add a logout link to the header and a paragraph in the content section that shows the currently logged in user.
|
276
|
274
|
|
277
|
275
|
```html
|