From 860e074d538953820235f09f2c5087de1b8dcce0 Mon Sep 17 00:00:00 2001 From: Stanley Dimant Date: Wed, 15 Jan 2025 00:37:21 +0100 Subject: [PATCH] add fucking text that mare's main ui is opened with /mare --- MareSynchronos/WebAPI/SignalR/TokenProvider.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MareSynchronos/WebAPI/SignalR/TokenProvider.cs b/MareSynchronos/WebAPI/SignalR/TokenProvider.cs index 3acb889..c6678cd 100644 --- a/MareSynchronos/WebAPI/SignalR/TokenProvider.cs +++ b/MareSynchronos/WebAPI/SignalR/TokenProvider.cs @@ -118,7 +118,7 @@ public sealed class TokenProvider : IDisposable, IMediatorSubscriber Mediator.Publish(new NotificationMessage("Error refreshing token", "Your authentication token could not be renewed. Try reconnecting to Mare manually.", NotificationType.Error)); else - Mediator.Publish(new NotificationMessage("Error generating token", "Your authentication token could not be generated. Check Mares Main UI to see the error message.", + Mediator.Publish(new NotificationMessage("Error generating token", "Your authentication token could not be generated. Check Mares Main UI (/mare in chat) to see the error message.", NotificationType.Error)); Mediator.Publish(new DisconnectedMessage()); throw new MareAuthFailureException(response);