diff options
| author | Tobias Järvelöv <tobias.jarvelov@mullvad.net> | 2025-05-20 11:20:29 +0200 |
|---|---|---|
| committer | Sebastian Holmin <sebastian.holmin@mullvad.net> | 2025-05-28 13:25:40 +0200 |
| commit | 0508114f2b27004dd870e93aae3359043c436183 (patch) | |
| tree | 02b9d17afe494bfa5a0e979320a403a4b81927d6 | |
| parent | a42776ff70d77417d0fab712c36cfbcb79766343 (diff) | |
| download | mullvadvpn-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.ts | 2 |
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'; |
