aboutsummaryrefslogtreecommitdiff
path: root/packages/taler-wallet-webextension/src/platform/dev.ts
diff options
context:
space:
mode:
authorSebastian <sebasjm@gmail.com>2023-05-02 09:56:44 -0300
committerSebastian <sebasjm@gmail.com>2023-05-02 09:57:12 -0300
commita957e61a9ca05c35e6f40697a343f8c815b6edea (patch)
tree54f8a83831c6949aabbc785c455c7264d8c086b4 /packages/taler-wallet-webextension/src/platform/dev.ts
parent23fca6d8677a1e88dad426691fbe1033595f16a3 (diff)
downloadwallet-core-a957e61a9ca05c35e6f40697a343f8c815b6edea.tar.xz
fix #7828
Diffstat (limited to 'packages/taler-wallet-webextension/src/platform/dev.ts')
-rw-r--r--packages/taler-wallet-webextension/src/platform/dev.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/taler-wallet-webextension/src/platform/dev.ts b/packages/taler-wallet-webextension/src/platform/dev.ts
index 1a4183bec..1d43ad549 100644
--- a/packages/taler-wallet-webextension/src/platform/dev.ts
+++ b/packages/taler-wallet-webextension/src/platform/dev.ts
@@ -14,7 +14,7 @@
GNU Taler; see the file COPYING. If not, see <http://www.gnu.org/licenses/>
*/
-import { CoreApiResponse } from "@gnu-taler/taler-util";
+import { CoreApiResponse, TalerUri } from "@gnu-taler/taler-util";
import { WalletOperations } from "@gnu-taler/taler-wallet-core";
import { BackgroundOperations } from "../wxApi.js";
import {
@@ -73,7 +73,7 @@ const api: BackgroundPlatformAPI & ForegroundPlatformAPI = {
window.parent.frames["wallet" as any].location = `/wallet.html#${page}`;
window.location.href = "about:blank";
},
- openWalletURIFromPopup: (page: string) => {
+ openWalletURIFromPopup: (page: TalerUri) => {
alert("openWalletURIFromPopup not implemented yet");
},
redirectTabToWalletPage: (tabId: number, page: string) => {