1
0
Fork 0
mirror of https://codeberg.org/MarkusThielker/next-ory.git synced 2025-04-13 13:08:41 +00:00

NORY-59: fix path-revalidation during rendering

This commit is contained in:
Markus Thielker 2025-04-06 15:07:16 +02:00
parent b3be0440d1
commit 85234b4465

View file

@ -172,8 +172,6 @@ export async function listIdentitySessions(id: string) {
console.log('Listed identity\'s sessions', data);
revalidatePath('/user');
return data;
}