Skip to content

Commit 08578b3

Browse files
author
Sachin Maheshwari
committed
query param issue
1 parent eae5e66 commit 08578b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web-assets/js/setupAuth0WithRedirect.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -671,7 +671,7 @@ const authSetup = function () {
671671
hostdomain = "." + location.hostname.split('.').reverse()[1] +
672672
"." + location.hostname.split('.').reverse()[0];
673673
}
674-
const prefixArray = ['apps', 'software'];
674+
const prefixArray = ['apps', 'software', 'herokuapp'];
675675
if (hostdomain && value) {
676676
for (let i = 0; i < prefixArray.length; i++) {
677677
if (value.indexOf(prefixArray[i] + hostdomain) > -1) {

0 commit comments

Comments
 (0)