Skip to content

Commit

Permalink
fixed typo for signout url
Browse files Browse the repository at this point in the history
  • Loading branch information
dhayanand committed Dec 5, 2023
1 parent 6926fe6 commit 7e3ee1f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions App/authPopup.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@ function signOut() {
account: myMSALObj.getAccountByUsername(username),
// mainWindowRedirectUri: 'http://localhost:3000/signout',
// redirectUri: 'http://localhost:3000/redirect.html',
mainWindowRedirectUri: 'https://collabo8.no',
redirectUri: 'https://collabo8.no',
mainWindowRedirectUri: 'https://collabor8.no',
redirectUri: 'https://collabor8.no',
};

myMSALObj.logoutPopup(logoutRequest);
Expand Down
2 changes: 1 addition & 1 deletion App/authRedirect.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ function signOut() {
const logoutRequest = {
account: myMSALObj.getAccountByUsername(username),
// postLogoutRedirectUri: 'http://localhost:3000/signout', // Simply remove this line if you would like navigate to index page after logout.
postLogoutRedirectUri: 'https://collabor8.no', // Simply remove this line if you would like navigate to index page after logout.
postLogoutRedirectUri: 'https://collabor8.no/', // Simply remove this line if you would like navigate to index page after logout.

};

Expand Down

0 comments on commit 7e3ee1f

Please sign in to comment.