mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 12:50:38 +00:00
fix: remove organization name in register form.
This commit is contained in:
@@ -9,6 +9,11 @@ export interface IRegisterDTO {
|
||||
organizationName: string,
|
||||
};
|
||||
|
||||
export interface ILoginDTO {
|
||||
crediential: string,
|
||||
password: string,
|
||||
};
|
||||
|
||||
export interface IPasswordReset {
|
||||
id: number,
|
||||
email: string,
|
||||
|
||||
Reference in New Issue
Block a user