mirror of
https://github.com/bitwarden/server.git
synced 2025-07-07 10:55:43 -05:00
formatting fixes
This commit is contained in:
@ -35,7 +35,8 @@ namespace Bit.Api.IdentityServer
|
||||
var user = await GetUserAsync(context.Subject);
|
||||
if(user != null)
|
||||
{
|
||||
claims.AddRange(new List<Claim> {
|
||||
claims.AddRange(new List<Claim>
|
||||
{
|
||||
new Claim("plan", "0"), // free plan hard coded for now
|
||||
new Claim("sstamp", user.SecurityStamp),
|
||||
new Claim("email", user.Email),
|
||||
|
Reference in New Issue
Block a user