mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-13 23:42:12 +00:00
fix setup process for new android users
This commit is contained in:
parent
8e6f4a15a7
commit
a3dd2f497e
1 changed files with 1 additions and 1 deletions
|
|
@ -99,7 +99,7 @@ function _setUpNewUser (user) {
|
|||
user.purchased.background.violet = true;
|
||||
user.preferences.background = 'violet';
|
||||
|
||||
if (user.registeredThrough === 'habitica-web' || user.registeredThrough === 'habitica-android') {
|
||||
if (user.registeredThrough === 'habitica-web') {
|
||||
taskTypes = ['habit', 'daily', 'todo', 'reward', 'tag'];
|
||||
|
||||
_.each(iterableFlags.tutorial.common, (val, section) => {
|
||||
|
|
|
|||
Loading…
Reference in a new issue