mirror of
https://github.com/Caraxi/mare.server.git
synced 2025-12-12 20:57:22 +01:00
fix relink
This commit is contained in:
parent
91813bb67f
commit
d6d5004d1f
1 changed files with 1 additions and 1 deletions
|
|
@ -103,7 +103,7 @@ public partial class MareWizardModule
|
||||||
eb.WithTitle("Your relink verification is still pending");
|
eb.WithTitle("Your relink verification is still pending");
|
||||||
eb.WithDescription("Please try again and click Check in a few seconds");
|
eb.WithDescription("Please try again and click Check in a few seconds");
|
||||||
cb.WithButton("Cancel", "wizard-relink", ButtonStyle.Secondary, emote: new Emoji("❌"));
|
cb.WithButton("Cancel", "wizard-relink", ButtonStyle.Secondary, emote: new Emoji("❌"));
|
||||||
cb.WithButton("Check", "wizard-relink-verify-check:" + verificationCode, ButtonStyle.Primary, emote: new Emoji("❓"));
|
cb.WithButton("Check", "wizard-relink-verify-check:" + verificationCode + "," + uid, ButtonStyle.Primary, emote: new Emoji("❓"));
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue