-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
877: Link checker #878
877: Link checker #878
Conversation
...ain/kotlin/app/ehrenamtskarte/backend/auth/webservice/schema/ResetPasswordMutationService.kt
Outdated
Show resolved
Hide resolved
...c/main/kotlin/app/ehrenamtskarte/backend/auth/webservice/schema/ResetPasswordQueryService.kt
Outdated
Show resolved
Hide resolved
ee2cf26
to
2969b49
Compare
administration/src/components/applications/ApplicationApplicantController.tsx
Outdated
Show resolved
Hide resolved
...c/main/kotlin/app/ehrenamtskarte/backend/auth/webservice/schema/ResetPasswordQueryService.kt
Outdated
Show resolved
Hide resolved
Co-authored-by: Michael Markl <marklmichael98@gmail.com>
...c/main/kotlin/app/ehrenamtskarte/backend/auth/webservice/schema/ResetPasswordQueryService.kt
Outdated
Show resolved
Hide resolved
administration/src/components/applications/ApplicationApplicantController.tsx
Outdated
Show resolved
Hide resolved
Co-authored-by: Michael Markl <marklmichael98@gmail.com>
Co-authored-by: Michael Markl <marklmichael98@gmail.com>
Co-authored-by: Michael Markl <marklmichael98@gmail.com>
# Conflicts: # administration/src/application-verification/VerificationController.tsx # administration/src/components/applications/ApplicationApplicantController.tsx
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
More and more, I have the feeling that using the graphql errors (and extending them to more endpoints) leads to unintuitive, intransparent code (especially in the error handling in the frontends, but also in the backend)...
We can merge this PR, but I feel like in #873 we should analyze whether proper return types might be a better fit for us.
administration/src/components/applications/ApplicationApplicantController.tsx
Outdated
Show resolved
Hide resolved
administration/src/application-verification/VerificationController.tsx
Outdated
Show resolved
Hide resolved
administration/src/application-verification/VerificationController.tsx
Outdated
Show resolved
Hide resolved
administration/src/components/applications/ApplicationApplicantController.tsx
Outdated
Show resolved
Hide resolved
Co-authored-by: Michael Markl <marklmichael98@gmail.com>
Just added the link checker to reset password that checks if resetKey exists and the link is not expired.
Added for applicant and verification view an empty collection check
resolves #877