Skip to content

Commit d619046

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents 59bedc8 + fae848a commit d619046

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ public void ConfigureServices(IServiceCollection services)
235235
options =>
236236
{
237237
options.Realm = "My Application";
238-
options.EventsType = typeof(AuthenticationEvents)
238+
options.EventsType = typeof(AuthenticationEvents);
239239
});
240240
}
241241
```
@@ -256,4 +256,4 @@ public void ConfigureServices(IServiceCollection services)
256256
options.AjaxRequestOptions.SuppressWwwAuthenticateHeader = true;
257257
});
258258
}
259-
```
259+
```

0 commit comments

Comments
 (0)