fix playerId cookie
This commit is contained in:
@ -44,7 +44,9 @@ export const useSettingsStore = create<SettingsStore>()(
|
||||
player: playerData,
|
||||
});
|
||||
|
||||
cookieCutter.set("playerId", playerData.id);
|
||||
cookieCutter.set("playerId", playerData.id, {
|
||||
path: "/",
|
||||
});
|
||||
},
|
||||
|
||||
async addFriend(friendId: string) {
|
||||
|
Reference in New Issue
Block a user