Update templates/redirect_page.html
Browse files
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://
|
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 |
}
|