🚚 create backup folder
create backup folder for archive the old modules
This commit is contained in:
6
backup/modules/auth/schemas/loginWithPassword.ts
Normal file
6
backup/modules/auth/schemas/loginWithPassword.ts
Normal file
@ -0,0 +1,6 @@
|
||||
import Joi from "joi";
|
||||
|
||||
export const loginWithPasswordSchema = Joi.object({
|
||||
identifier: Joi.string().required(),
|
||||
password: Joi.string().required(),
|
||||
});
|
||||
Reference in New Issue
Block a user