mirror of
https://github.com/claunia/marechai.git
synced 2025-12-16 19:14:25 +00:00
Code re-style.
This commit is contained in:
@@ -67,7 +67,9 @@ namespace Marechai.Database.Seeders
|
||||
{
|
||||
uberAdmin = new ApplicationUser
|
||||
{
|
||||
UserName = "claunia", Email = "claunia@claunia.com", EmailConfirmed = true
|
||||
UserName = "claunia",
|
||||
Email = "claunia@claunia.com",
|
||||
EmailConfirmed = true
|
||||
};
|
||||
|
||||
byte[] newPass = new byte[8];
|
||||
|
||||
Reference in New Issue
Block a user