1
0
mirror of https://github.com/bitwarden/server.git synced 2025-01-27 22:41:22 +01:00

Ran dotnet format (#5218)

* Ran `dotnet format`

* Re-added usings
This commit is contained in:
Conner Turnbull 2025-01-03 16:00:52 -05:00 committed by GitHub
parent f74b94b5f7
commit 4871f0b956
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1145,7 +1145,7 @@ public class UserService : UserManager<User>, IUserService, IDisposable
if (_featureService.IsEnabled(FeatureFlagKeys.SelfHostLicenseRefactor))
{
userLicense.Token = await _licenseService.CreateUserTokenAsync(user, subscriptionInfo);
userLicense.Token = await _licenseService.CreateUserTokenAsync(user, subscriptionInfo);
}
return userLicense;