Merge branch 'main' into kimboslice99-main

This commit is contained in:
Harvey Tindall
2023-12-23 21:53:39 +00:00
10 changed files with 254 additions and 107 deletions

View File

@@ -332,8 +332,9 @@ type MatrixLoginDTO struct {
}
type ResetPasswordDTO struct {
PIN string `json:"pin"`
Password string `json:"password"`
PIN string `json:"pin"`
Password string `json:"password"`
CaptchaText string `json:"captcha_text"`
}
type AdminPasswordResetDTO struct {