🐛 (nordigen) fallback button to re-init bank-sync for popover blockers (#950)

This commit is contained in:
Matiss Janis Aboltins
2023-04-24 09:27:57 +01:00
committed by GitHub
parent a69d858328
commit abc4552a78
2 changed files with 13 additions and 1 deletions

View File

@@ -6,7 +6,7 @@ import AnimatedLoading from '../../icons/AnimatedLoading';
import { colors } from '../../style';
import { Error, Warning } from '../alerts';
import Autocomplete from '../autocomplete/Autocomplete';
import { View, Modal, Button, P } from '../common';
import { View, Modal, Button, P, Link } from '../common';
import { FormField, FormLabel } from '../forms';
import { COUNTRY_OPTIONS } from './countries';
@@ -226,6 +226,12 @@ export default function NordigenExternalMsg({
? 'Loading accounts...'
: null}
</View>
{waiting === 'browser' && (
<Link onClick={onJump} style={{ marginTop: 10 }}>
(Account linking not opening in a new tab? Click here)
</Link>
)}
</View>
) : success ? (
<Button

View File

@@ -0,0 +1,6 @@
---
category: Bugfix
authors: [MatissJanis]
---
Nordigen: add fallback link to re-init bank-sync in case the popover was blocked