swecc-uw / swecc-client

Client for SWECC's mock interview, mentorship and other services.
https://interview.swecc.org
0 stars 3 forks source link

Adding socials first time gives 400 error #68

Closed ShawnCollinge closed 3 days ago

ShawnCollinge commented 4 days ago

when updating profile github / linkedin / leetcode it drops a 400 error if you dont click the toggle visibility button

{
    "github": [
        "Field must contain exactly the following keys: {'username', 'isPrivate'}"
    ]
}

it requires the field to be empty when you click the edit profile button from your profile though.

steps: Delete Linkedin, save profile. Click edit profile again, modify linkedin, then save profile, should fail.