Skip to content

Commit

Permalink
Clear dynamic schema when signing out.
Browse files Browse the repository at this point in the history
  • Loading branch information
rkistner committed Nov 11, 2024
1 parent 677d782 commit bc2ed4b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ export async function disconnect() {
export async function signOut() {
connector.clearCredentials();
await db.disconnectAndClear();
await schemaManager.clear();
}

export const setParams = (p: object) => {
Expand Down

0 comments on commit bc2ed4b

Please sign in to comment.