Add password reset

This commit is contained in:
pikiou
2022-01-05 02:05:07 +01:00
parent 395955f32a
commit adde4f366e
35 changed files with 459 additions and 178 deletions

View File

@@ -57,5 +57,6 @@ module.exports = {
__DEV__: true,
__LOCAL__: false,
__TEST__: false,
__SENDGRID_API_KEY__: false,
},
}