Fix incorrect UseCookieAuthentication code snippet #1611

Merged
merged 1 commit into from Jul 5, 2016

Conversation

Projects
None yet
3 participants
Contributor

diddledan commented Jul 5, 2016

Replace lambda argument to app.UseCookieAuthentication() with instantiation of a new CookieAuthenticationOptions() object.

Fix incorrect UseCookieAuthentication code snippet
Replace lambda argument to `app.UseCookieAuthentication()` with instantiation of a `new CookieAuthenticationOptions()` object.

dnfclas commented Jul 5, 2016

Hi @diddledan, I'm your friendly neighborhood .NET Foundation Pull Request Bot (You can call me DNFBOT). Thanks for your contribution!

This seems like a small (but important) contribution, so no Contribution License Agreement is required at this point. Real humans will now evaluate your PR.

TTYL, DNFBOT;

Contributor

diddledan commented Jul 5, 2016

Maybe related to #1472

dnfclas commented Jul 5, 2016

@diddledan, Thanks for signing the contribution license agreement so quickly! Actual humans will now validate the agreement and then evaluate the PR.

Thanks, DNFBOT;

@dnfclas dnfclas added the cla-signed label Jul 5, 2016

@Rick-Anderson Rick-Anderson merged commit 4c04a34 into aspnet:master Jul 5, 2016

1 check passed

continuous-integration/travis-ci/pr The Travis CI build passed
Details
Contributor

Rick-Anderson commented Jul 5, 2016

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment