fix: remove organization name in register form.

This commit is contained in:
Ahmed Bouhuolia
2020-10-08 12:44:21 +02:00
parent f0a67ee1fd
commit 99d88c8ab0
3 changed files with 8 additions and 5 deletions

View File

@@ -9,6 +9,11 @@ export interface IRegisterDTO {
organizationName: string,
};
export interface ILoginDTO {
crediential: string,
password: string,
};
export interface IPasswordReset {
id: number,
email: string,