Skip to content
  • npaillasson's avatar
    [bp] Fix BrowserIncorectPassword if wrong website · 16c015ae
    npaillasson authored and Alexandre BONIN's avatar Alexandre BONIN committed
    Due to the encoding, website_error and error_message strings
    can be slightly different, for example 'é' can become 'é'.
    This can prevent us from raising the BrowserIncorectPassword.
    So we decode website_error with the self.encoding encoding
    in the condition.
    16c015ae