Skip to content

Commit e8e46db

Browse files
authored
Update README.md
Signed-off-by: Joachim Fosse <56757601+joaf123@users.noreply.github.com>
1 parent b3bef07 commit e8e46db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ ASP.NET HttpModule for verification of FormsAuthentication on requests, using cu
2424
2525
<script RunAt="server">
2626
Sub Application_Start(ByVal sender As Object, ByVal e As EventArgs)
27-
Me.UseAuthorization()
27+
Me.UseAuthentication()
2828
End Sub
2929
</script>
3030
```

0 commit comments

Comments
 (0)