We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ab91fa commit 788b025Copy full SHA for 788b025
app/controllers/profile/helpers/index.js
@@ -1,13 +1,11 @@
1
const { changePasswordInDB } = require('./changePasswordInDB')
2
const { findUser } = require('./findUser')
3
const { getProfileFromDB } = require('./getProfileFromDB')
4
-const { passwordsDoNotMatch } = require('./passwordsDoNotMatch')
5
const { updateProfileInDB } = require('./updateProfileInDB')
6
7
module.exports = {
8
changePasswordInDB,
9
findUser,
10
getProfileFromDB,
11
- passwordsDoNotMatch,
12
updateProfileInDB
13
}
app/controllers/profile/helpers/passwordsDoNotMatch.js
0 commit comments