diff --git a/MySupplyChain.API/appsettings.Development.json b/MySupplyChain.API/appsettings.Development.json index 0c208ae..ff66ba6 100644 --- a/MySupplyChain.API/appsettings.Development.json +++ b/MySupplyChain.API/appsettings.Development.json @@ -1,8 +1,8 @@ -{ - "Logging": { - "LogLevel": { - "Default": "Information", - "Microsoft.AspNetCore": "Warning" - } - } -} +{ + "Logging": { + "LogLevel": { + "Default": "Information", + "Microsoft.AspNetCore": "Warning" + } + } +} diff --git a/MySupplyChain.UI/src/App.tsx b/MySupplyChain.UI/src/App.tsx index 5e6c57f..fbaa695 100644 --- a/MySupplyChain.UI/src/App.tsx +++ b/MySupplyChain.UI/src/App.tsx @@ -146,6 +146,7 @@ function LoginGate({ mail setUsernameOrEmail(e.target.value)} placeholder="you@company.com" @@ -161,6 +162,7 @@ function LoginGate({ lock setPassword(e.target.value)} placeholder="••••••••••••" @@ -212,6 +214,7 @@ function LoginGate({ mail setSignUpEmail(e.target.value)} placeholder="you@company.com" @@ -227,6 +230,7 @@ function LoginGate({ lock setSignUpPassword(e.target.value)} placeholder="Enter secure password"