This commit is contained in:
Jorrin
2024-01-17 23:31:25 +01:00
parent 0aa2f040db
commit 4357e13a5a

View File

@@ -16,7 +16,7 @@ export default function PermissionGrant() {
const redirectBack = () => {
chrome.tabs.getCurrent((tab) => {
chrome.tabs.update(tab.id, { url: queryParams.get('redirectUrl') ?? 'https://movie-web.app' });
chrome.tabs.update(tab.id, { url: redirectUrl });
});
};