mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-18 23:27:26 +01:00
fix setup process for new android users
This commit is contained in:
@@ -99,7 +99,7 @@ function _setUpNewUser (user) {
|
|||||||
user.purchased.background.violet = true;
|
user.purchased.background.violet = true;
|
||||||
user.preferences.background = 'violet';
|
user.preferences.background = 'violet';
|
||||||
|
|
||||||
if (user.registeredThrough === 'habitica-web' || user.registeredThrough === 'habitica-android') {
|
if (user.registeredThrough === 'habitica-web') {
|
||||||
taskTypes = ['habit', 'daily', 'todo', 'reward', 'tag'];
|
taskTypes = ['habit', 'daily', 'todo', 'reward', 'tag'];
|
||||||
|
|
||||||
_.each(iterableFlags.tutorial.common, (val, section) => {
|
_.each(iterableFlags.tutorial.common, (val, section) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user