We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40a18c8 commit 3e01aecCopy full SHA for 3e01aec
1 file changed
01-Login/src/Auth/Auth.js
@@ -85,7 +85,7 @@ export default class Auth {
85
localStorage.removeItem('isLoggedIn');
86
87
this.auth0.logout({
88
- return_to: window.location.origin
+ returnTo: window.location.origin
89
});
90
91
// navigate to the home route
0 commit comments