1
0
Fork 0
mirror of https://codeberg.org/MarkusThielker/next-ory.git synced 2025-04-18 00:21:18 +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 c2299f0340
commit 328b827bf8

View file

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