You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ The WPF application (TodoListClient) enables a user to:
36
36
37
37
- Sign in. The first time a user signs in, a consent screen is presented letting the user consent for the application accessing the TodoList Service and the Azure Active Directory.
38
38
- When the user has signed-in, the user sees the list of to-do items exposed by Web API for the signed-in identity
39
-
- The user can add more to-do items (y clicking on *Add item* button.
39
+
- The user can add more to-do items by clicking on *Add item* button.
40
40
41
41
Next time a user runs the application, the user is signed-in with the same identity as the application maintains a cache on disk. Users can clear the cache (which will also have the effect of signing them out)
0 commit comments