Merge pull request #864 from ericchiang/spelling
*: fix spelling using github.com/client9/misspell
This commit is contained in:
		| @@ -341,7 +341,7 @@ func (p *provider) HandlePOST(s connector.Scopes, samlResponse string) (ident co | ||||
| 			if !ok { | ||||
| 				return ident, fmt.Errorf("no attribute with name %q", p.groupsAttr) | ||||
| 			} | ||||
| 			// TOOD(ericchiang): Do we need to further trim whitespace? | ||||
| 			// TODO(ericchiang): Do we need to further trim whitespace? | ||||
| 			ident.Groups = strings.Split(groupsStr, p.groupsDelim) | ||||
| 		} else { | ||||
| 			groups, ok := attributes.all(p.groupsAttr) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user