mirror of
https://github.com/vale981/Vulcan
synced 2025-03-07 02:21:43 -05:00
fixed - not showing user profiles
fixed - not showing user profiles if logged with fb or twitter
This commit is contained in:
parent
54bd5f7137
commit
fd62a516d8
1 changed files with 2 additions and 2 deletions
|
@ -13,7 +13,7 @@ Template.user_email.events({
|
||||||
var update = {
|
var update = {
|
||||||
"profile.email": $target.find('[name=email]').val(),
|
"profile.email": $target.find('[name=email]').val(),
|
||||||
"username": $target.find('[name=username]').val(),
|
"username": $target.find('[name=username]').val(),
|
||||||
"slug": $target.find('[name=username]').val()
|
"slug": slugify($target.find('[name=username]').val())
|
||||||
};
|
};
|
||||||
|
|
||||||
// TODO: enable change email
|
// TODO: enable change email
|
||||||
|
@ -33,4 +33,4 @@ Template.user_email.events({
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Reference in a new issue