fix relink

This commit is contained in:
rootdarkarchon
2024-01-10 15:35:15 +01:00
parent 91813bb67f
commit d6d5004d1f

View File

@@ -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
{ {