commit 3ea3c3090401d08e1b42b6fea0371f0e9b15ade1
parent 37b793b398b208242c9420a3a5489bca11a91b1e
Author: Sebastian <sebasjm@gmail.com>
Date: Tue, 26 Sep 2023 11:10:52 -0300
fix old comment
Diffstat:
1 file changed, 1 insertion(+), 5 deletions(-)
diff --git a/debian/usr/share/libeufin/demobank-ui/demobank-ui-settings.js b/debian/usr/share/libeufin/demobank-ui/demobank-ui-settings.js
@@ -4,9 +4,5 @@ globalThis.talerDemobankSettings = {
bankName: "Taler Bank",
// Show explainer text and navbar to other demo sites
showDemoNav: false,
- bankBaseUrl: "http://localhost/demobanks/default/"
+ backendBaseURL: "http://localhost/demobanks/default/"
};
-
-// Currently this is still required by demobank-ui,
-// the above, nicer method doesn't work yet.
-localStorage.setItem("bank-base-url", "http://localhost/demobanks/default/")