Skip to content
This repository was archived by the owner on Jul 8, 2022. It is now read-only.

Commit 578cbb3

Browse files
feat: use groups from atlauncher admin oauth response
1 parent 4845698 commit 578cbb3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

classes/ATLauncherAdapter.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ public function getUser() {
3030
}
3131
$data['name'] = isset($result['name']) ? $result['name'] : $result['email'];
3232
$data['mail'] = $result['email'];
33+
$data['grps'] = $result['grps'];
3334

3435
return $data;
3536
}

0 commit comments

Comments
 (0)