summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorTobias Järvelöv <tobias.jarvelov@mullvad.net>2025-05-20 11:20:29 +0200
committerSebastian Holmin <sebastian.holmin@mullvad.net>2025-05-28 13:25:40 +0200
commit0508114f2b27004dd870e93aae3359043c436183 (patch)
tree02b9d17afe494bfa5a0e979320a403a4b81927d6
parenta42776ff70d77417d0fab712c36cfbcb79766343 (diff)
downloadmullvadvpn-0508114f2b27004dd870e93aae3359043c436183.tar.xz
mullvadvpn-0508114f2b27004dd870e93aae3359043c436183.zip
Expand navigate-external link props to include withAuth
-rw-r--r--desktop/packages/mullvad-vpn/src/shared/notifications/notification.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/packages/mullvad-vpn/src/shared/notifications/notification.ts b/desktop/packages/mullvad-vpn/src/shared/notifications/notification.ts
index f78fa61ed2..d1be3369c5 100644
--- a/desktop/packages/mullvad-vpn/src/shared/notifications/notification.ts
+++ b/desktop/packages/mullvad-vpn/src/shared/notifications/notification.ts
@@ -38,7 +38,7 @@ export type InAppNotificationAction =
}
| {
type: 'navigate-external';
- link: Pick<ExternalLinkProps, 'to' | 'onClick' | 'aria-label'>;
+ link: Pick<ExternalLinkProps, 'to' | 'onClick' | 'aria-label' | 'withAuth'>;
}
| {
type: 'run-function';