mirror of
https://github.com/vale981/Vulcan
synced 2025-03-06 18:11:40 -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 = {
|
||||
"profile.email": $target.find('[name=email]').val(),
|
||||
"username": $target.find('[name=username]').val(),
|
||||
"slug": $target.find('[name=username]').val()
|
||||
"slug": slugify($target.find('[name=username]').val())
|
||||
};
|
||||
|
||||
// TODO: enable change email
|
||||
|
@ -33,4 +33,4 @@ Template.user_email.events({
|
|||
});
|
||||
}
|
||||
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Add table
Reference in a new issue