Skip to content

Commit 11f8c28

Browse files
authored
fix: add admin surname (#662)
1 parent c80d6fa commit 11f8c28

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

HwProj.AuthService/HwProj.AuthService.API/RoleInitializer.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ public static async Task InitializeAsync(UserManager<User> userManager, RoleMana
3838
var admin = new User {
3939
Email = email,
4040
Name = "Admin",
41+
Surname = "Adminov",
4142
UserName = "Admin"
4243
};
4344

0 commit comments

Comments
 (0)