authentication implementation
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
export const useAuth = () => {
|
||||
const authUser = useState('auth_user', () => null);
|
||||
return { authUser }
|
||||
}
|
||||
Reference in New Issue
Block a user