Skip to content
Snippets Groups Projects
Commit 39d6d4b7 authored by Sebastian Mohr's avatar Sebastian Mohr
Browse files

Removed error message for invitations

parent c577a424
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## 1.12.1
### Fixed
- Hotfix: Fixed a small bug in the render backend which should prevent heavy cpu usage for pdf rendering
- Removed user error.message component for invitation problems as errors are stripped in production
## 1.12.0
......
......@@ -17,11 +17,6 @@ export default function Error({
<>
<h1 className="text-center">Invitation error</h1>
<hr />
{error.message && (
<div className="text-center p-1">
<code>{error.message}</code>
</div>
)}
<p className="text-center text-dark">
The token provided is invalid or has already been used. Make
sure you are using the correct link we have sent you via email.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment