mirror of
https://codeberg.org/MarkusThielker/next-ory.git
synced 2025-04-19 09:01:18 +00:00
NORY-59: fix path-revalidation during rendering
This commit is contained in:
parent
c2299f0340
commit
328b827bf8
1 changed files with 0 additions and 2 deletions
|
@ -172,8 +172,6 @@ export async function listIdentitySessions(id: string) {
|
||||||
|
|
||||||
console.log('Listed identity\'s sessions', data);
|
console.log('Listed identity\'s sessions', data);
|
||||||
|
|
||||||
revalidatePath('/user');
|
|
||||||
|
|
||||||
return data;
|
return data;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue