mirror of
https://github.com/lukevella/rallly.git
synced 2025-06-05 20:21:50 +02:00
Use client side fetching for user data (#211)
This commit is contained in:
parent
1d768083ee
commit
368f324865
10 changed files with 93 additions and 63 deletions
|
@ -51,7 +51,7 @@ export const createToken = async <T extends Record<string, unknown>>(
|
|||
});
|
||||
};
|
||||
|
||||
const createGuestUser = async (): Promise<{
|
||||
export const createGuestUser = async (): Promise<{
|
||||
isGuest: true;
|
||||
id: string;
|
||||
}> => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue