feat: add modify password routes
Showing
- TODO.md 0 additions, 1 deletionTODO.md
- client/src/binding/ChangePasswordPayload.ts 3 additions, 0 deletionsclient/src/binding/ChangePasswordPayload.ts
- client/src/components/NewPasswordForm.tsx 30 additions, 0 deletionsclient/src/components/NewPasswordForm.tsx
- client/src/components/ParticipantForm.tsx 10 additions, 3 deletionsclient/src/components/ParticipantForm.tsx
- client/src/components/ProtectedRoute.tsx 2 additions, 13 deletionsclient/src/components/ProtectedRoute.tsx
- client/src/index.tsx 5 additions, 0 deletionsclient/src/index.tsx
- client/src/request/fetch_wrapper.ts 6 additions, 12 deletionsclient/src/request/fetch_wrapper.ts
- client/src/request/routes.ts 24 additions, 5 deletionsclient/src/request/routes.ts
- client/src/routes/ChangePassword.tsx 34 additions, 0 deletionsclient/src/routes/ChangePassword.tsx
- server/src/model/participant.rs 38 additions, 0 deletionsserver/src/model/participant.rs
- server/src/routes/change_password.rs 27 additions, 0 deletionsserver/src/routes/change_password.rs
- server/src/routes/delete_participant.rs 12 additions, 7 deletionsserver/src/routes/delete_participant.rs
- server/src/routes/mod.rs 3 additions, 1 deletionserver/src/routes/mod.rs
Loading
Please register or sign in to comment