view data fixes

This commit is contained in:
2026-01-24 00:52:27 +01:00
parent 62e8b768ce
commit ae59df61eb
321 changed files with 1157 additions and 2234 deletions

View File

@@ -1,10 +0,0 @@
/**
* Forgot Password Page DTO
*
* Data transfer object for forgot password page composition.
* Used by AuthPageService and ForgotPasswordViewDataBuilder.
*/
export interface ForgotPasswordPageDTO {
returnTo: string;
}