easiest solutions to problems is just to remove the thing causing the problem

This commit is contained in:
Stanley Dimant 2025-04-13 22:21:50 +02:00
parent a3e62f5529
commit 85058379e7
3 changed files with 8 additions and 45 deletions

View file

@ -982,7 +982,7 @@ public partial class UiSharedService : DisposableMediatorSubscriberBase
}
if (string.IsNullOrEmpty(selectedServer.OAuthToken) || tokenExpiry < DateTime.UtcNow)
{
ColorTextWrapped("You have no OAuth token or the OAuth token is expired. Please use the Service Settings to (re)link your OAuth account.", ImGuiColors.DalamudRed);
ColorTextWrapped("You have no OAuth token or the OAuth token is expired. Please use the Service Configuration to link your OAuth2 account or refresh the token.", ImGuiColors.DalamudRed);
}
}