recover password feature

This commit is contained in:
2026-05-26 11:36:09 +01:00
parent b427fb0f85
commit b48f7783c9
12 changed files with 527 additions and 97 deletions

View File

@@ -34,6 +34,11 @@ export interface LoginResponse {
[key: string]: any;
}
export interface ApiMessageResponse {
status: number;
message?: string;
}
export interface UserData {
email: string;
nome: string;