Move login mutation

This commit is contained in:
jeffvli
2022-11-20 02:03:21 -08:00
parent 0cb2e40f2b
commit b1d06581ab
2 changed files with 5 additions and 2 deletions
@@ -5,7 +5,7 @@ import { useSearchParams } from 'react-router-dom';
import styled from 'styled-components';
import { Button, PasswordInput, Text, TextInput } from '@/renderer/components';
import { ErrorFallback } from '@/renderer/features/action-required';
import { useLogin } from '@/renderer/features/auth/queries/use-login';
import { useLogin } from '@/renderer/features/auth/mutations/use-login';
import { normalizeServerUrl } from '@/renderer/utils';
const Container = styled(Box)`