fix: Cannot sign-in with Gmail on desktop app
This commit is contained in:
@@ -175,6 +175,7 @@ function Input(
|
||||
labelHidden,
|
||||
onFocus,
|
||||
onBlur,
|
||||
children,
|
||||
...rest
|
||||
} = props;
|
||||
|
||||
@@ -211,6 +212,7 @@ function Input(
|
||||
{...rest}
|
||||
/>
|
||||
)}
|
||||
{children}
|
||||
</Outline>
|
||||
</label>
|
||||
{error && (
|
||||
|
||||
Reference in New Issue
Block a user