Form: fix telegram-bot link
This commit is contained in:
parent
e0e84a7638
commit
1d8e40535e
@ -32,7 +32,7 @@ export function BaseForm({ children, onSubmit }: FormProps & PropsWithChildren)
|
|||||||
autoComplete="on"
|
autoComplete="on"
|
||||||
{...register('password', { required: true })}
|
{...register('password', { required: true })}
|
||||||
/>
|
/>
|
||||||
{step === 'login-success' ? (
|
{step === 'login-success' || step === 'telegram-notification' ? (
|
||||||
<a target="_blank" className="info" href={TELEGRAM_BOT_URL} rel="noreferrer">
|
<a target="_blank" className="info" href={TELEGRAM_BOT_URL} rel="noreferrer">
|
||||||
Открыть чат с ботом
|
Открыть чат с ботом
|
||||||
</a>
|
</a>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user