mirror of
https://github.com/bitwarden/server
synced 2025-12-11 05:43:35 +00: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