docs: update documentation for custom auth hooks

This commit is contained in:
Aaron William Po
2023-12-03 03:35:46 -05:00
parent 0353f82c20
commit 080eb4c3c3
3 changed files with 11 additions and 7 deletions

View File

@@ -3,7 +3,7 @@ import APIResponseValidationSchema from '@/validation/APIResponseValidationSchem
import useSWR from 'swr';
/**
* A custom React hook that fetches the current user's data from the server.
* A custom hook to fetch the current user's data.
*
* @returns An object with the following properties:
*