fix: Cannot sign-in with Gmail on desktop app

This commit is contained in:
Tom Moor
2023-05-08 19:03:56 -04:00
parent 9dfdafa116
commit ab30bfcf24
3 changed files with 71 additions and 5 deletions

View File

@@ -175,6 +175,7 @@ function Input(
labelHidden,
onFocus,
onBlur,
children,
...rest
} = props;
@@ -211,6 +212,7 @@ function Input(
{...rest}
/>
)}
{children}
</Outline>
</label>
{error && (