mirror of
https://github.com/steveiliop56/tinyauth.git
synced 2026-03-07 15:22:03 +00:00
fix: fix typo in error screen
This commit is contained in:
@@ -20,7 +20,7 @@ export const ErrorPage = () => {
|
||||
<CardDescription className="flex flex-col gap-1.5">
|
||||
{error ? (
|
||||
<>
|
||||
<p>The following error occured while processing your request:</p>
|
||||
<p>{t("errorSubtitleInfo")}</p>
|
||||
<pre>{error}</pre>
|
||||
</>
|
||||
) : (
|
||||
|
||||
Reference in New Issue
Block a user