Skip to content

Commit

Permalink
chore: removed references to requireLocalAuthentication in Auth0Context
Browse files Browse the repository at this point in the history
  • Loading branch information
desusai7 committed Aug 2, 2024
1 parent d91e8cd commit 81e6e89
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/hooks/auth0-context.ts
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,6 @@ const initialContext = {
clearSession: stub,
getCredentials: stub,
clearCredentials: stub,
requireLocalAuthentication: stub,
};

const Auth0Context = createContext<Auth0ContextInterface>(initialContext);
Expand Down

0 comments on commit 81e6e89

Please sign in to comment.