mirror of
https://github.com/Caraxi/mare.server.git
synced 2025-12-13 19:54:16 +01:00
yap yap
This commit is contained in:
parent
318d51c860
commit
3998f0805c
3 changed files with 16 additions and 14 deletions
|
|
@ -73,11 +73,11 @@ public partial class MareWizardModule
|
|||
embed.WithTitle($"Recovery for {uid} complete");
|
||||
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}**"
|
||||
+ "**__NOTE: Secret keys are considered legacy authentication. If you are using the suggested OAuth2 authentication, you do not need to use the Secret Key or recover ever again.__**"
|
||||
+ Environment.NewLine + Environment.NewLine
|
||||
+ $"||**`{computedHash}`**||"
|
||||
+ Environment.NewLine
|
||||
+ "__NOTE: The Secret Key only contains the letters ABCDEF and numbers 0 - 9.__"
|
||||
+ Environment.NewLine
|
||||
+" __NOTE: If you are using the suggested OAuth2 authentication, you do not need to use the Secret Key__"
|
||||
+ Environment.NewLine + Environment.NewLine
|
||||
+ "Enter this key in the Mare Synchronos Service Settings and reconnect to the service.");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue