diff --git a/src/botPage/bot/Interpreter.js b/src/botPage/bot/Interpreter.js index d6fbb51939..affa998278 100644 --- a/src/botPage/bot/Interpreter.js +++ b/src/botPage/bot/Interpreter.js @@ -10,6 +10,8 @@ const unrecoverableErrors = [ 'InvalidCurrency', 'ContractBuyValidationError', 'NotDefaultCurrency', + 'PleaseAuthenticate', + 'FinancialAssessmentRequired', ]; const botInitialized = bot => bot && bot.tradeEngine.options; const botStarted = bot => botInitialized(bot) && bot.tradeEngine.tradeOptions;