nicohman / wyvern

A simple CLI client for installing and maintaining linux GOG games
GNU General Public License v3.0
86 stars 5 forks source link

Login via `login -u xxx -p xxx` does not work #22

Closed sigboe closed 5 years ago

sigboe commented 5 years ago

Login via login -u xxx -p xxx does not work. Even if I get to enter the 2FA, it just creates a empty wyvern.toml including only version = 1

Also happens if I delete the wyvern.toml and get past the 2FA on the first try, so it does not seam to have an issue overwriting the file.

nicohman commented 5 years ago

Whoops! I accidentally forgot to actually store the token with the username and password login. My bad. Should be fixed now.

sigboe commented 5 years ago

Thanks!!