fxa/core.py [71:76]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            }
        else:
            spwd = StretchedPassword(1, email, None, password, stretchpwd)
            body = {
                "email": email,
                "authPW": spwd.get_auth_pw_v1(),
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



fxa/core.py [145:150]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                }
        else:
            spwd = StretchedPassword(1, email, None, password, stretchpwd)
            body = {
                "email": email,
                "authPW": spwd.get_auth_pw_v1(),
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



