Fix formatting and other stuff

whoopsie
This commit is contained in:
Stone_Red
2023-05-04 21:45:47 +02:00
parent d2ee38fd7e
commit 54a65e9833
15 changed files with 194 additions and 328 deletions
@@ -60,7 +60,7 @@ IAuthenticationService authenticationService = serviceScope.ServiceProvider.GetR
if (!mainDatabase.Users.Any())
{
authenticationService.RegisterUserAsync("admin", "admin", Role.Admin);
_ = authenticationService.RegisterUserAsync("admin", "admin", Role.Admin);
}
app.Run();