Skip to content

Commit 3e01aec

Browse files
authored
returnTo seems to be the proper param
1 parent 40a18c8 commit 3e01aec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

01-Login/src/Auth/Auth.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ export default class Auth {
8585
localStorage.removeItem('isLoggedIn');
8686

8787
this.auth0.logout({
88-
return_to: window.location.origin
88+
returnTo: window.location.origin
8989
});
9090

9191
// navigate to the home route

0 commit comments

Comments
 (0)