userpage: implement change password functionality
This commit is contained in:
@@ -9,6 +9,11 @@ interface pwValString {
|
||||
plural: string;
|
||||
}
|
||||
|
||||
export interface ValidatorRespDTO {
|
||||
response: boolean;
|
||||
error: string;
|
||||
}
|
||||
|
||||
interface pwValStrings {
|
||||
length: pwValString;
|
||||
uppercase: pwValString;
|
||||
|
||||
Reference in New Issue
Block a user