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