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

Commit 89ba85c

Browse files
AndriySvyryddavidfowl
authored andcommitted
Make sure Identity still uses Bootstrap4 (#88)
1 parent 2b70d26 commit 89ba85c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/4. Add auth features.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -338,6 +338,7 @@ In this module we're going to add the capability for users to register and sign-
338338
options.Password.RequireUppercase = false;
339339
options.Password.RequireNonAlphanumeric = false;
340340
})
341+
.AddDefaultUI(UIFramework.Bootstrap4)
341342
.AddEntityFrameworkStores<IdentityDbContext>()
342343
.AddClaimsPrincipalFactory<ClaimsPrincipalFactory>();
343344
```

0 commit comments

Comments
 (0)