Remove roles (replaced with scope)
This commit is contained in:
		@@ -50,7 +50,6 @@ func (n *noop) Generate(id string, opts ...GenerateOption) (*Account, error) {
 | 
			
		||||
 | 
			
		||||
	return &Account{
 | 
			
		||||
		ID:       id,
 | 
			
		||||
		Roles:    options.Roles,
 | 
			
		||||
		Secret:   options.Secret,
 | 
			
		||||
		Metadata: options.Metadata,
 | 
			
		||||
		Scopes:   options.Scopes,
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user