We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello,
I am getting this kind of error. The rest works well.
Could you help me
TypeError: auth0Client.logout is not a function
const getTokenSilently = (options?: GetTokenSilentlyOptions) => 118 | auth0Client!.getTokenSilently(options) 119 | > 120 | const logout = (options?: LogoutOptions) => | ^ 121 | auth0Client!.logout(options) 122 | 123 | const getIdTokenClaims = (options?: getIdTokenClaimsOptions) =>
onLogoutClick src/components/Menu.tsx:80 77 | 78 | const onLogoutClick: EventHandler<SyntheticEvent<HTMLAnchorElement>> = (e) => { 79 | e.preventDefault() > 80 | logout() | ^ 81 | } 82 | 83 | return (
Thanks.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello,
I am getting this kind of error. The rest works well.
Could you help me
TypeError: auth0Client.logout is not a function
Thanks.
The text was updated successfully, but these errors were encountered: