From da8d6e89ba9e70f166939f9294c4c52fd33003a1 Mon Sep 17 00:00:00 2001 From: lonkaars Date: Wed, 10 Feb 2021 11:04:37 +0100 Subject: added autocomplete to login/register pages --- components/ui.tsx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'components') diff --git a/components/ui.tsx b/components/ui.tsx index 3fb3c86..8f16340 100644 --- a/components/ui.tsx +++ b/components/ui.tsx @@ -95,6 +95,7 @@ export function Input(props: { max?: number; value?: string|number; dark?: boolean; + autocomplete?: string; }) { return