Skip to content

Commit fae848a

Browse files
authored
Merge pull request #15 from jeldert/patch-1
Update README.md
2 parents ca7b2e2 + 168043b commit fae848a

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
@@ -131,7 +131,7 @@ public void ConfigureServices(IServiceCollection services)
131131
options =>
132132
{
133133
options.Realm = "My Application";
134-
options.EventsType = typeof(AuthenticationEvents)
134+
options.EventsType = typeof(AuthenticationEvents);
135135
});
136136
}
137137
```
@@ -152,4 +152,4 @@ public void ConfigureServices(IServiceCollection services)
152152
options.AjaxRequestOptions.SuppressWwwAuthenticateHeader = true;
153153
});
154154
}
155-
```
155+
```

0 commit comments

Comments
 (0)