Skip to content
This repository was archived by the owner on Jul 10, 2024. It is now read-only.

Commit f6eb644

Browse files
danroth27davidfowl
authored andcommitted
Fix typo in auth section (#80)
1 parent 745fc8f commit f6eb644

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/4. Add auth features.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ In this module we're going to add the capability for users to register and sign-
176176
``` c#
177177
public bool AllowAdminCreation { get; set; }
178178
```
179-
1. Add a `bool` property to to the page's `InputModel` class to capture when the incoming request wants to attempt to create an admin user:
179+
1. Add an `AdminCreationKey` property to to the page's `InputModel` class to capture the submitted key for creating the admin user:
180180
``` c#
181181
[DataType(DataType.Password)]
182182
[Display(Name = "Admin creation key")]

0 commit comments

Comments
 (0)