mirror of
https://github.com/bitwarden/server.git
synced 2025-04-05 05:00:19 -05:00
fix
This commit is contained in:
parent
f3ae93d7d7
commit
8a393b1d5e
@ -41,7 +41,7 @@ namespace Bit.Core.Services;
|
||||
public class UserService : UserManager<User>, IUserService, IDisposable
|
||||
{
|
||||
private const string PremiumPlanId = "premium-annually";
|
||||
private const string StoragePlanId = "storage-gb-annually";
|
||||
private const string StoragePlanId = "personal-storage-gb-annually";
|
||||
|
||||
private readonly IUserRepository _userRepository;
|
||||
private readonly ICipherRepository _cipherRepository;
|
||||
|
Loading…
x
Reference in New Issue
Block a user