зеркало из https://github.com/mozilla/CSOL-site.git
added underage to user data. required for <13 specific Copy.
This commit is contained in:
Родитель
4a94977f22
Коммит
db1df10440
|
@ -68,7 +68,8 @@ function extractUserData (user) {
|
||||||
type: userType,
|
type: userType,
|
||||||
favorites: [],
|
favorites: [],
|
||||||
dependents: [],
|
dependents: [],
|
||||||
home: userHome
|
home: userHome,
|
||||||
|
underage: user.underage
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче