Skip to content
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

use messages from db instead of hardcoded ones #682

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

KaiWissel
Copy link
Member

Schau mal drüber, ob du damit arbeiten kannst.
Wenn das für dich passt, würde ich das fertig implementieren.

Ich habe eine Test-Endpoint http://localhost:3000/api/users/testmail eingebaut.

Aktuell ist das nur für die Anmelde-Email umgesetzt.

@KaiWissel KaiWissel marked this pull request as draft December 29, 2022 10:18
@KaiWissel KaiWissel requested a review from JEK58 December 29, 2022 10:18
if (
!content.title ||
!content.text ||
content.title.length == 0 ||
content.text.length == 0
)
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Der Error wurde nie gecatched und hat deshalb den Server heruntergerissen.
Habe deshalb aus dem Error ein Log gemacht.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant