mirror of
https://github.com/LukeHagar/better-auth.git
synced 2025-12-10 04:19:32 +00:00
fix: delete user should respect freshAge config (#3075)
* fix: delete user needs to enforced through fresh age * cleanup * cleanup
This commit is contained in:
@@ -53,5 +53,3 @@ export const {
|
||||
useListOrganizations,
|
||||
useActiveOrganization,
|
||||
} = client;
|
||||
|
||||
client.$store.listen("$sessionSignal", async () => {});
|
||||
|
||||
Reference in New Issue
Block a user