mirror of
https://github.com/bitwarden/server.git
synced 2025-05-05 19:52:20 -05:00
debugging
This commit is contained in:
parent
ba84c59b5d
commit
44e886ae44
@ -164,10 +164,10 @@ namespace Bit.Identity
|
|||||||
app.UseMiddleware<CustomIpRateLimitMiddleware>();
|
app.UseMiddleware<CustomIpRateLimitMiddleware>();
|
||||||
}
|
}
|
||||||
|
|
||||||
if (env.IsDevelopment())
|
|
||||||
{
|
|
||||||
app.UseDeveloperExceptionPage();
|
app.UseDeveloperExceptionPage();
|
||||||
app.UseCookiePolicy();
|
app.UseCookiePolicy();
|
||||||
|
if (env.IsDevelopment())
|
||||||
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
// Add localization
|
// Add localization
|
||||||
|
Loading…
x
Reference in New Issue
Block a user