Syntax
parent
587f185f09
commit
743b9e4869
|
|
@ -190,7 +190,7 @@ function setupLTI(ltiConfig)
|
|||
}
|
||||
if (lti.lis_person_name_full)
|
||||
{
|
||||
user.displayName=lti.lis_person_name_full;
|
||||
user.displayName = lti.lis_person_name_full;
|
||||
}
|
||||
|
||||
// Perform local authentication if necessary
|
||||
|
|
|
|||
Loading…
Reference in New Issue