Skip to content

Commit

Permalink
Fixed typo in ImapClientDemo.Android sample
Browse files Browse the repository at this point in the history
  • Loading branch information
jstedfast committed Aug 1, 2024
1 parent 43f7b84 commit 4f92a55
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ async void buttonLogin_Click (object sender, EventArgs e)
"need to go into your GMail settings to enable \"less secure apps\" in order " +
"to get this demo to work.\n\n" +
"For a real Mail application, you'll want to add support for obtaining the " +
"user's OAuth2 credentials to prevent the need for user's to enable this, but " +
"user's OAuth2 credentials to prevent the need for users to enable this, but " +
"that is beyond the scope of this demo.",
ToastLength.Long).Show ();
}
Expand Down

0 comments on commit 4f92a55

Please sign in to comment.