diff --git a/content/angular/step10.md b/content/angular/step10.md index 1b089a5..df31c26 100644 --- a/content/angular/step10.md +++ b/content/angular/step10.md @@ -43,7 +43,7 @@ publication function to only send the tasks that a user is authorized to see: {{> DiffBox tutorialName="simple-todos-angular" step="10.8"}} -To test that this functionality works, you can use your browser's private browsing mode to log in as a different user. Put the two windows side by side and mark a task private to confirm that the other user can't see it. Now make it public again and it will reappear! +To test that this functionality works, simply mark a task as private and log out; log in again to make it reappear. You can also use your browser's private browsing mode to log in as a different user. Put the two windows side by side and mark a task private to confirm that the other user can't see it. Now make it public again and it will reappear! ### Extra method security diff --git a/content/blaze/step10.md b/content/blaze/step10.md index c674237..d4f280a 100644 --- a/content/blaze/step10.md +++ b/content/blaze/step10.md @@ -51,7 +51,7 @@ publication function to only send the tasks that a user is authorized to see: {{> DiffBox tutorialName="simple-todos" step="10.9"}} -To test that this functionality works, you can use your browser's private browsing mode to log in as a different user. Put the two windows side by side and mark a task private to confirm that the other user can't see it. Now make it public again and it will reappear! +To test that this functionality works, simply mark a task as private and log out; log in again to make it reappear. You can also use your browser's private browsing mode to log in as a different user. Put the two windows side by side and mark a task private to confirm that the other user can't see it. Now make it public again and it will reappear! ### Extra method security diff --git a/content/react/step10.md b/content/react/step10.md index 3ce0628..df3d62d 100644 --- a/content/react/step10.md +++ b/content/react/step10.md @@ -65,7 +65,7 @@ publication function to only send the tasks that a user is authorized to see: {{> DiffBox step="10.11" tutorialName="simple-todos-react"}} -To test that this functionality works, you can use your browser's private browsing mode to log in as a different user. Put the two windows side by side and mark a task private to confirm that the other user can't see it. Now make it public again and it will reappear! +To test that this functionality works, simply mark a task as private and log out; log in again to make it reappear. You can also use your browser's private browsing mode to log in as a different user. Put the two windows side by side and mark a task private to confirm that the other user can't see it. Now make it public again and it will reappear! ### Extra method security