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

Update templates/login.html

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