Rammohan0504 commited on
Commit
5afce2a
·
verified ·
1 Parent(s): f496215

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://orgfarm-cf0e6d252a-dev-ed.develop.my.salesforce-sites.com/biryanihub";
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-1acf2d6988-dev-ed.develop.my.salesforce-sites.com/QRMenu";
14
  if (tableNumber) {
15
  redirectURL += "?table=" + encodeURIComponent(tableNumber);
16
  }