Skip to content
Snippets Groups Projects
Unverified Commit abc4552a authored by Matiss Janis Aboltins's avatar Matiss Janis Aboltins Committed by GitHub
Browse files

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

parent a69d8583
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
---
category: Bugfix
authors: [MatissJanis]
---
Nordigen: add fallback link to re-init bank-sync in case the popover was blocked
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment