Merge pull request #11967 from edx/sstudent/fix-typo

fixing typo in template
This commit is contained in:
sanfordstudent
2016-03-28 09:44:03 -04:00

View File

@@ -12,7 +12,7 @@
"${ user.id | n, js_escaped_string }",
{
email: "${ user.email | n, js_escaped_string }",
username: "${ ser.username | n, js_escaped_string }"
username: "${ user.username | n, js_escaped_string }"
},
{
integrations: {