Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit e73f7b4

Browse files
Add columns in aspnetusers table
1 parent b46cf10 commit e73f7b4

File tree

10 files changed

+543
-74
lines changed

10 files changed

+543
-74
lines changed

‎Webgentle.BookStore/Webgentle.BookStore/Controllers/AccountController.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ public async Task<IActionResult> Signup(SignUpUserModel userModel)
4242
}
4343

4444
ModelState.Clear();
45+
return View();
4546
}
4647

4748
return View(userModel);

‎Webgentle.BookStore/Webgentle.BookStore/Data/BookStoreContext.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,11 @@
44
using System.Collections.Generic;
55
using System.Linq;
66
using System.Threading.Tasks;
7+
using Webgentle.BookStore.Models;
78

89
namespace Webgentle.BookStore.Data
910
{
10-
public class BookStoreContext : IdentityDbContext
11+
public class BookStoreContext : IdentityDbContext<ApplicationUser>
1112
{
1213
public BookStoreContext(DbContextOptions<BookStoreContext> options)
1314
: base(options)

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /