diff options
author | George Hazan <george.hazan@gmail.com> | 2024-02-09 11:02:54 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2024-02-09 11:02:54 +0300 |
commit | 354f557eb6cfcaf4010161032c6da27d253e71ad (patch) | |
tree | 08d2543a81fbb09949e220d2437a470c041b3a4f /protocols/CurrencyRates/src/CurrencyRatesProviderCbrf.cpp | |
parent | 44293bb1991dfabf262ce2b5006523306b336864 (diff) |
fixes #4186 (CurrencyRates: запрос ключа при запуске)
Diffstat (limited to 'protocols/CurrencyRates/src/CurrencyRatesProviderCbrf.cpp')
-rw-r--r-- | protocols/CurrencyRates/src/CurrencyRatesProviderCbrf.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/protocols/CurrencyRates/src/CurrencyRatesProviderCbrf.cpp b/protocols/CurrencyRates/src/CurrencyRatesProviderCbrf.cpp index ed7a94bb3a..8f9fc18c91 100644 --- a/protocols/CurrencyRates/src/CurrencyRatesProviderCbrf.cpp +++ b/protocols/CurrencyRates/src/CurrencyRatesProviderCbrf.cpp @@ -20,7 +20,9 @@ class CCurrencyRatesProviderCbrf : public CCurrencyRatesProviderBase public: CCurrencyRatesProviderCbrf() - {} + { + m_bRequiresAuth = false; + } void RefreshCurrencyRates(TContacts &anContacts) override { |