Small update to update account command
This commit is contained in:
@@ -58,6 +58,7 @@ func GetContextHandler() macaron.Handler {
|
||||
|
||||
// api key role
|
||||
ctx.UserRole = tokenInfo.Role
|
||||
ctx.ApiKeyId = tokenInfo.Id
|
||||
ctx.UsingAccountId = ctx.AccountId
|
||||
ctx.UsingAccountName = ctx.UserName
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user