We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82349d6 commit 7a00dbbCopy full SHA for 7a00dbb
fints/dialog.py
@@ -92,8 +92,12 @@ def init(self, *extra_segments):
92
retval.find_segment_first('HITAN'),
93
'_continue_dialog_initialization',
94
self.client.is_challenge_structured(),
95
- resp.code == '3955',
+ False,
96
)
97
+ if resp.code == '3955':
98
+ self.client.init_tan_response.decoupled = True
99
+ break
100
+
101
self.need_init = False
102
return retval
103
except Exception as e:
0 commit comments