code quality

This commit is contained in:
2026-01-26 17:56:11 +01:00
parent 3a4f460a7d
commit f2bd80ccd3
81 changed files with 301 additions and 311 deletions

View File

@@ -0,0 +1,8 @@
/**
* ForgotPasswordPageDTO
*
* DTO for the forgot password page.
*/
export interface ForgotPasswordPageDTO {
returnTo?: string;
}