mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
show information about demo account if enabled
This commit is contained in:
@@ -51,6 +51,7 @@ export function LoginPage() {
|
||||
label={t`User Name or E-mail`}
|
||||
placeholder={t`User Name or E-mail`}
|
||||
{...form.getInputProps("name")}
|
||||
description={serverInfos?.demoAccountEnabled ? t`Try out CommaFeed with the demo account: demo/demo` : ""}
|
||||
size="md"
|
||||
required
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user