Skip to content

Commit

Permalink
appsettings 12
Browse files Browse the repository at this point in the history
  • Loading branch information
KrystianKempski committed Nov 11, 2024
1 parent cd03d35 commit cee5da2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DagoniteEmpire/Areas/Identity/Pages/Account/Login.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@

<div>
<p>
You can use default test users or create your own account.
You can use default test users or create your own account. test 12
</p>
<b>
Default player account:
Expand Down
2 changes: 1 addition & 1 deletion DagoniteEmpire/Service/DbInitializer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ IConfiguration configuration
_roleManager = roleManager;
_userManager = userManager;
_mapper = mapper;
c = configuration;
_configuration = configuration;
}
public async Task Initialize()
{
Expand Down

0 comments on commit cee5da2

Please sign in to comment.