Graeme Fulton
Results
12
comments of
Graeme Fulton
okay I found a solution for my problem. My issue is a bit different - inside `TD` element, a `` is used for new lines by default, when I wanted...
I solved this for myself from by adding a mutation in meteor. Using `Accounts._checkPassword`, you can check the user's current password: ``` addGraphQLMutation('changePasswordNext(userId: String, oldPassword:String, newPassword:String) : JSON'); const resolver...