mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-24 20:36:40 +07:00
add eslint-plugin-prettier
This commit is contained in:
parent
0e4d2bf44d
commit
ba0604ab9d
69 changed files with 419 additions and 249 deletions
|
@ -5,8 +5,9 @@ import { API } from '~/constants/api';
|
|||
import { getErrorMessage } from '~/utils/errors/getErrorMessage';
|
||||
|
||||
export const useRestoreCode = (code: string) => {
|
||||
const { data, isValidating, error } = useSWR(API.USER.REQUEST_CODE(code), () =>
|
||||
apiCheckRestoreCode({ code })
|
||||
const { data, isValidating, error } = useSWR(
|
||||
API.USER.REQUEST_CODE(code),
|
||||
() => apiCheckRestoreCode({ code }),
|
||||
);
|
||||
|
||||
const codeUser = data?.user;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue