We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eff658b commit d7b8045Copy full SHA for d7b8045
1 file changed
README.md
@@ -56,7 +56,7 @@ const AUTH0_SCOPE = 'offline_access email openid profile';
56
export const App = () => (
57
<AuthProvider
58
client={auth0NativeClient}
59
- scope={AUTH0_SCOPE}>
+ scope={client}>
60
<App />
61
</AuthProvider>
62
);
0 commit comments