forked from polka_billy/porridger
Minor api fixes, made useId hook login optional
This commit is contained in:
@ -17,7 +17,7 @@ const initialUser: User = import.meta.env.DEV ? { // Temporary, until api is rea
|
||||
}
|
||||
|
||||
const composeUserURL = () => (
|
||||
API_URL + '/user?'
|
||||
API_URL + '/users/me?'
|
||||
)
|
||||
|
||||
const processUser = (data: UserResponse): User => {
|
||||
|
Reference in New Issue
Block a user