mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
Merge pull request #1528 from Unnoen/ips4-logged-out-fix
Fix AbstractIPS4OAuthDownloader's CriticalFailureIntervention
This commit is contained in:
commit
89c0c651b5
@ -350,9 +350,9 @@ namespace Wabbajack.Lib.Downloaders
|
||||
{
|
||||
if (ex.Code == 400)
|
||||
{
|
||||
throw new CriticalFailureIntervention(
|
||||
$"You have been logged out of {siteName} for reasons out of our control, please log back in via the settings panel",
|
||||
$"Logged out of {siteName}");
|
||||
Utils.ErrorThrow(new CriticalFailureIntervention(
|
||||
$"You have been logged out of {siteName} for reasons out of our control, please re-login via the settings panel.",
|
||||
$"Bad Request: Logged Out - {siteName}"));
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user