mirror of
https://github.com/bitwarden/server.git
synced 2025-07-01 08:02:49 -05:00
migrate usersecrets
This commit is contained in:
@ -45,7 +45,7 @@ namespace Bit.Api
|
||||
|
||||
if(env.IsDevelopment())
|
||||
{
|
||||
builder.AddUserSecrets();
|
||||
builder.AddUserSecrets<Startup>();
|
||||
}
|
||||
|
||||
builder.AddEnvironmentVariables();
|
||||
|
Reference in New Issue
Block a user