Skip to content

Commit d7b8045

Browse files
committed
minor fixed
1 parent eff658b commit d7b8045

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ const AUTH0_SCOPE = 'offline_access email openid profile';
5656
export const App = () => (
5757
<AuthProvider
5858
client={auth0NativeClient}
59-
scope={AUTH0_SCOPE}>
59+
scope={client}>
6060
<App />
6161
</AuthProvider>
6262
);

0 commit comments

Comments
 (0)