fix: delete user should respect freshAge config (#3075)

* fix: delete user needs to enforced through fresh age

* cleanup

* cleanup
This commit is contained in:
Bereket Engida
2025-06-18 21:20:52 -07:00
committed by GitHub
parent fd62eba1d0
commit 7c728248dc
2 changed files with 8 additions and 33 deletions

View File

@@ -53,5 +53,3 @@ export const {
useListOrganizations,
useActiveOrganization,
} = client;
client.$store.listen("$sessionSignal", async () => {});