Browse Source

Remove that you might already be logged in

Matt Raible 7 years ago
parent
commit
843107adb4
1 changed files with 0 additions and 2 deletions
  1. 0
    2
      TUTORIAL.md

+ 0
- 2
TUTORIAL.md View File

270
 
270
 
271
 ![Stormpath Login for Ionic](./static/ionic-login.png)
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
 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.
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
 ```html
275
 ```html