mirror of
https://github.com/Caraxi/mare.server.git
synced 2025-12-12 19:47:21 +01:00
add note about what the key contains
This commit is contained in:
parent
9de6480307
commit
fd95aafb46
2 changed files with 4 additions and 0 deletions
|
|
@ -73,6 +73,8 @@ public partial class MareWizardModule
|
|||
embed.WithDescription("This is your new private secret key. Do not share this private secret key with anyone. **If you lose it, it is irrevocably lost.**"
|
||||
+ Environment.NewLine + Environment.NewLine
|
||||
+ $"**{computedHash}**"
|
||||
+ Environment.NewLine
|
||||
+ "__NOTE: The Secret Key only contains the letters ABCDEF and numbers 0 - 9.__"
|
||||
+ Environment.NewLine + Environment.NewLine
|
||||
+ "Enter this key in the Mare Synchronos Service Settings and reconnect to the service.");
|
||||
|
||||
|
|
|
|||
|
|
@ -132,6 +132,8 @@ public partial class MareWizardModule
|
|||
+ Environment.NewLine + Environment.NewLine
|
||||
+ "Enter this key in Mare Synchronos and hit save to connect to the service."
|
||||
+ Environment.NewLine
|
||||
+ "__NOTE: The Secret Key only contains the letters ABCDEF and numbers 0 - 9.__"
|
||||
+ Environment.NewLine
|
||||
+ "You should connect as soon as possible to not get caught by the automatic cleanup process."
|
||||
+ Environment.NewLine
|
||||
+ "Have fun.");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue