diff --git a/components/Auth.tsx b/components/Auth.tsx index 515612e..fc27997 100644 --- a/components/Auth.tsx +++ b/components/Auth.tsx @@ -25,30 +25,31 @@ const Auth: FunctionComponent<{ redirect: string }> = ({ redirect }) => { enter it below.
- { - setToken(e.target.value) - }} - onKeyPress={e => { - if (e.key === 'Enter' || e.key === 'NumpadEnter') { +