Derrick Hammer pcfreak30
pcfreak30 pushed to develop at LumeWeb/portal-dashboard 2024-03-19 14:25:51 +00:00
02cd490700 fix: update password needs the correct data sent to the mutation
1dae0ba771 refactor: have UpdatePasswordFormRequest extend UpdatePasswordFormTypes
Compare 2 commits »
pcfreak30 pushed to develop at LumeWeb/portal-dashboard 2024-03-19 14:16:30 +00:00
03b1d761f0 fix: use ChangePasswordSchema
pcfreak30 pushed to develop at LumeWeb/portal-dashboard 2024-03-19 14:12:17 +00:00
b65bd12c8a feat: implement updatePassword
8ca46c6f18 dep: update portal-sdk
Compare 2 commits »
pcfreak30 pushed to develop at LumeWeb/portal-sdk 2024-03-19 14:06:53 +00:00
7a3248b21b feat: add updatePassword api
pcfreak30 pushed to develop at LumeWeb/portal 2024-03-19 14:04:32 +00:00
aff371a844 feat: add update password api route
pcfreak30 opened issue LumeWeb/portal-dashboard#12 2024-03-19 13:54:03 +00:00
Account Update Modals and Results
pcfreak30 pushed to develop at LumeWeb/portal 2024-03-19 13:48:49 +00:00
3473551f6c fix: ensure exists check only matches if it is a different account id
pcfreak30 pushed to develop at LumeWeb/portal 2024-03-19 13:45:38 +00:00
080bef354d refactor: check if the email is the same and return a new error for it
pcfreak30 pushed to develop at LumeWeb/portal 2024-03-19 13:38:10 +00:00
1d60cbf532 fix: cast to user, no pointer
pcfreak30 pushed to develop at LumeWeb/portal 2024-03-19 13:36:57 +00:00
3b3faaa1e6 fix: use tx.Statement.Dest
pcfreak30 pushed to develop at LumeWeb/portal 2024-03-19 13:29:34 +00:00
9ea77fb5c3 fix: check to ensure error is something other than ErrRecordNotFound, or that exists is true
pcfreak30 pushed to develop at LumeWeb/portal 2024-03-19 13:26:42 +00:00
9e52d35d2f Revert "fix: use AccountExists"
pcfreak30 pushed to develop at LumeWeb/portal 2024-03-19 13:24:23 +00:00
0bbb89e02c fix: use AccountExists
pcfreak30 pushed to develop at LumeWeb/portal-dashboard 2024-03-19 13:12:24 +00:00
2dccaca132 fix: missing await
pcfreak30 pushed to develop at LumeWeb/portal 2024-03-19 13:09:29 +00:00
ebb19df217 fix: update email endpoint needs auth mw
pcfreak30 pushed to develop at LumeWeb/portal-dashboard 2024-03-19 12:59:13 +00:00
3502732e76 fix: pass password to updateEmail
pcfreak30 pushed to develop at LumeWeb/portal-dashboard 2024-03-19 12:54:18 +00:00
ddf9a0ddea feat: initial update email support
9fed7a2643 dep: update portal-sdk
Compare 2 commits »
pcfreak30 pushed to develop at LumeWeb/portal-sdk 2024-03-19 12:00:27 +00:00
ef3d0d3fbc fix: add ?.
788e424841 refactor: update api calls since we changed routes
Compare 2 commits »
pcfreak30 pushed to develop at LumeWeb/portal-sdk 2024-03-19 11:58:42 +00:00
c0345dec11 feat: add updateEmail
5b04f7ecaf refactor: update api calls since we changed routes
bc5f143ae6 chore: update swagger.yaml
Compare 3 commits »
pcfreak30 pushed to develop at LumeWeb/portal 2024-03-19 11:53:35 +00:00
bf6264b01d fix: malformed routes