1
0
mirror of https://github.com/bitwarden/server.git synced 2025-04-05 13:08:17 -05:00

Ran dotnet format (#5218)

* Ran `dotnet format`

* Re-added usings

(cherry picked from commit 4871f0b9562f63a741a5024f5c1d2565b68a5bb5)
This commit is contained in:
Conner Turnbull 2025-01-03 16:00:52 -05:00 committed by Conner Turnbull
parent 101b919770
commit ed090c8e73
No known key found for this signature in database

View File

@ -1142,7 +1142,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;