Trying to fix hash

This commit is contained in:
2021-06-18 19:26:21 +02:00
parent 086f8251ed
commit 07e7ff15a1
5 changed files with 1 additions and 36 deletions

View File

@@ -8,10 +8,6 @@
declare module '@ioc:Adonis/Core/Hash' {
interface HashersList {
bcrypt: {
config: BcryptConfig,
implementation: BcryptContract,
},
argon: {
config: ArgonConfig,
implementation: ArgonContract,