Skip to content
  • lbellebouche's avatar
    [swisslife] Fix sms mfa · be4af983
    lbellebouche authored and Romain Bignon's avatar Romain Bignon committed
    Two factor authentication with sms was broken
    because self.phone_number.go() must be a POST
    request. With a GET, it ends with a
    401 ClientError typed as a wrongpass.
    be4af983