Skip to content
This repository was archived by the owner on May 13, 2024. It is now read-only.

Commit c468033

Browse files
Hubert KosterHubert Koster
authored andcommitted
chore: removing more unnecessary code
1 parent d552930 commit c468033

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/features/dashboard/register-app/index.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,9 @@ import { scopesObjectToArray } from '@site/src/utils';
55
import { RegisterAppDialogError } from '../components/Dialogs/RegisterAppDialogError';
66
import { RegisterAppDialogSuccess } from '../components/Dialogs/RegisterAppDialogSuccess';
77
import { IRegisterAppForm } from '../types';
8-
import useAuthContext from '@site/src/hooks/useAuthContext';
98

109
const AppRegistration = () => {
1110
const { send: registerApp, error, clear, data } = useWS('app_register');
12-
const { loginAccounts } = useAuthContext();
1311
const [form_is_cleared, setFormIsCleared] = useState(false);
1412

1513
const onSubmit = useCallback(

0 commit comments

Comments
 (0)