kanboard / plugin-oauth2

Generic OAuth2 authentication plugin
MIT License
25 stars 32 forks source link

fix getKey() error if Groups Key is left blank #20

Closed RussellAult closed 4 years ago

RussellAult commented 4 years ago

Check whether Groups Key is blank before sending it to $this->getKey(); otherwise it will log "PHP Notice: Undefined index: " because it's being asked to look for a blank key.