Rammohan0504 commited on
Commit
c49c89b
·
verified ·
1 Parent(s): c10dd2e

Update templates/redirect_page.html

Browse files
Files changed (1) hide show
  1. templates/redirect_page.html +1 -1
templates/redirect_page.html CHANGED
@@ -10,7 +10,7 @@
10
 
11
  window.onload = function() {
12
  // Construct the logout redirect URL with table number
13
- let redirectURL = "https://biryanihub-dev-ed.develop.my.salesforce-sites.com/";
14
  if (tableNumber) {
15
  redirectURL += "?table=" + encodeURIComponent(tableNumber);
16
  }
 
10
 
11
  window.onload = function() {
12
  // Construct the logout redirect URL with table number
13
+ let redirectURL = "https://orgfarm-cf0e6d252a-dev-ed.develop.my.salesforce-sites.com/biryanihub";
14
  if (tableNumber) {
15
  redirectURL += "?table=" + encodeURIComponent(tableNumber);
16
  }