mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-12 20:37:22 +01:00
add fucking text that mare's main ui is opened with /mare
This commit is contained in:
parent
722f3ec338
commit
860e074d53
1 changed files with 1 additions and 1 deletions
|
|
@ -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.",
|
Mediator.Publish(new NotificationMessage("Error refreshing token", "Your authentication token could not be renewed. Try reconnecting to Mare manually.",
|
||||||
NotificationType.Error));
|
NotificationType.Error));
|
||||||
else
|
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));
|
NotificationType.Error));
|
||||||
Mediator.Publish(new DisconnectedMessage());
|
Mediator.Publish(new DisconnectedMessage());
|
||||||
throw new MareAuthFailureException(response);
|
throw new MareAuthFailureException(response);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue