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

Commit 0f0c56d

Browse files
natemcmasterdavidfowl
authored andcommitted
Update 4. Add auth features.md (#82)
1 parent 1440e72 commit 0f0c56d

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
@@ -156,7 +156,7 @@ In this module we're going to add the capability for users to register and sign-
156156
1. Run the Identity scaffolder again, but this time select the `Account\Register` page in the list of files to override and select the `IdentityDbContext (FrontEnd.Data)`
157157
* On command line, run
158158
```
159-
dotnet aspnet-codegenerator identity --files Account.Register
159+
dotnet aspnet-codegenerator identity --dbContext FrontEnd.Data.IdentityDbContext --files Account.Register
160160
```
161161
1. Update the `RegisterModel` class in the `Register.cshtml.cs` file to accept `IAdminService` and `IdentityDbContext` parameters and save them to local members:
162162
``` c#

0 commit comments

Comments
 (0)