浏览代码

Remove that you might already be logged in

Matt Raible 7 年前
父节点
当前提交
843107adb4
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 0
    2
      TUTORIAL.md

+ 0
- 2
TUTORIAL.md 查看文件

@@ -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