move lti claims to userinfo
This commit is contained in:
+1
-1
@@ -199,7 +199,7 @@ function setupLTI(ltiConfig)
|
|||||||
if (lti.user_id && lti.custom_room)
|
if (lti.user_id && lti.custom_room)
|
||||||
{
|
{
|
||||||
user.id = lti.user_id;
|
user.id = lti.user_id;
|
||||||
user._lti = lti;
|
user._userinfo = { "lti" : lti };
|
||||||
}
|
}
|
||||||
|
|
||||||
if (lti.custom_room)
|
if (lti.custom_room)
|
||||||
|
|||||||
Reference in New Issue
Block a user