chore(deps): update react to 18 (#2943)
This commit is contained in:
@@ -21,7 +21,7 @@ const messages = defineMessages({
|
||||
signinwithoverseerr: 'Use your {applicationTitle} account',
|
||||
});
|
||||
|
||||
const Login: React.FC = () => {
|
||||
const Login = () => {
|
||||
const intl = useIntl();
|
||||
const [error, setError] = useState('');
|
||||
const [isProcessing, setProcessing] = useState(false);
|
||||
|
||||
Reference in New Issue
Block a user