TheConsoleGardenMG
TheConsoleGardenMG
Explore posts from servers
DTDrizzle Team
Created by TheConsoleGardenMG on 2/3/2025 in #help
multiple schema files
This was indeed what i needed tnx
4 replies
BABetter Auth
Created by TheConsoleGardenMG on 2/5/2025 in #help
useListOrganizations not updated on login or logout
const { data, error } = await authClient.signIn.email({
email: email.value,
password: password.value,
fetchOptions: {
onSuccess: () => {
authClient.$store.notify("$listOrg");
},
},
});
const { data, error } = await authClient.signIn.email({
email: email.value,
password: password.value,
fetchOptions: {
onSuccess: () => {
authClient.$store.notify("$listOrg");
},
},
});
seems to fix it, so i guess its a bug
3 replies
BABetter Auth
Created by TheConsoleGardenMG on 2/5/2025 in #help
useListOrganizations not updated on login or logout
3 replies
NNuxt
Created by TheConsoleGardenMG on 8/11/2023 in #❓・help
ref vs useState
👍
10 replies
NNuxt
Created by TheConsoleGardenMG on 8/11/2023 in #❓・help
ref vs useState
Ok great this clears it up
10 replies
NNuxt
Created by TheConsoleGardenMG on 8/11/2023 in #❓・help
ref vs useState
and let's say you want to keep track of a user selected item ref is fine
10 replies
NNuxt
Created by TheConsoleGardenMG on 8/11/2023 in #❓・help
ref vs useState
Ok so if the server makes changes to it you would want to use useState
10 replies