chore: remove the extra string
parent
3d41a016cf
commit
f95d3d27d8
|
|
@ -1 +1 @@
|
||||||
Subproject commit 8513c63ce75f489d9cd97164539726c7a4e16cec
|
Subproject commit e54133252e834299a23e759b7cda2cf2b2447279
|
||||||
|
|
@ -202,11 +202,8 @@ export const Form = observer(({ page, callback }: Props) => {
|
||||||
/>
|
/>
|
||||||
)}
|
)}
|
||||||
{error && (
|
{error && (
|
||||||
<p style={{ fontSize: "0.8em" }}>
|
<p style={{ fontSize: "0.8em", color: "var(--error)" }}>
|
||||||
<Text id={`login.error.${page}`} /> ·{" "}
|
<Text id={`error.${error}`} children={error} />
|
||||||
<span style={{ color: "var(--error)" }}>
|
|
||||||
<Text id={`error.${error}`} children={error} />
|
|
||||||
</span>
|
|
||||||
</p>
|
</p>
|
||||||
)}
|
)}
|
||||||
<Button>
|
<Button>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue