code quality
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
/**
|
||||
* ForgotPasswordPageDTO
|
||||
*
|
||||
* DTO for the forgot password page.
|
||||
*/
|
||||
export interface ForgotPasswordPageDTO {
|
||||
returnTo?: string;
|
||||
}
|
||||
Reference in New Issue
Block a user