Fix authentication loss not handled correctly

This handles the case where on initial API connection, the server
responds with an `Unauthorized` response. It doesn't perform this same
checking/handling on every API request, which is probably what we want
eventually.

Opting to not address the full issue because I know this is going to be
a long one (see
05c50c0f6c/osu.Game/Online/API/APIAccess.cs (L233)).
This commit is contained in:
Dean Herbert 2021-07-23 18:58:22 +09:00
parent 05c50c0f6c
commit 17168b8137