Blame view
imports/client/app/utils/changePassword.js
218 Bytes
c4d3e07d0
|
1 2 3 4 5 6 7 |
import $ from 'jquery'; import 'jquery-validation'; import { Accounts } from 'meteor/accounts-base'; import { Bert } from 'meteor/themeteorchef:bert'; import { getInputValue } from './get-input-value'; let component; |