mirror of
https://github.com/bitwarden/server.git
synced 2024-11-22 12:15:36 +01:00
show PII in dev mode
This commit is contained in:
parent
506fe28ee7
commit
c1c49fb67e
@ -273,6 +273,11 @@ namespace Bit.Core.Utilities
|
||||
addAuthorization.Invoke(config);
|
||||
});
|
||||
}
|
||||
|
||||
if(environment.IsDevelopment())
|
||||
{
|
||||
Microsoft.IdentityModel.Logging.IdentityModelEventSource.ShowPII = true;
|
||||
}
|
||||
}
|
||||
|
||||
public static IIdentityServerBuilder AddCustomIdentityServerServices(
|
||||
|
Loading…
Reference in New Issue
Block a user