Skip to content

Commit a11ab26

Browse files
authored
Fix property name of return to
1 parent 0061b68 commit a11ab26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/quickstart/spa/react/_includes/_centralized_login.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ export default class Auth {
138138
localStorage.removeItem('isLoggedIn');
139139

140140
this.auth0.logout({
141-
return_to: window.location.origin
141+
returnTo: window.location.origin
142142
});
143143

144144
// navigate to the home route

0 commit comments

Comments
 (0)