diff --git a/apps/web/components/Form/base-form.tsx b/apps/web/components/Form/base-form.tsx index 59ae4ff..efa5708 100644 --- a/apps/web/components/Form/base-form.tsx +++ b/apps/web/components/Form/base-form.tsx @@ -32,7 +32,7 @@ export function BaseForm({ children, onSubmit }: FormProps & PropsWithChildren) autoComplete="on" {...register('password', { required: true })} /> - {step === 'login-success' ? ( + {step === 'login-success' || step === 'telegram-notification' ? ( Открыть чат с ботом