reduce amount of characters to enter

This commit is contained in:
Stanley Dimant
2025-03-17 17:27:41 +01:00
parent 2e279f486a
commit f6ff9cf6eb

View File

@@ -312,7 +312,7 @@ public partial class MareWizardModule : InteractionModuleBase
private async Task<string> GenerateLodestoneAuth(ulong discordid, string hashedLodestoneId, MareDbContext dbContext)
{
var auth = StringUtils.GenerateRandomString(32);
var auth = StringUtils.GenerateRandomString(12, "ABCDEFGHJKLMNPQRSTUVWXYZabcdefghjkmnpqrstuvwxyz");
LodeStoneAuth lsAuth = new LodeStoneAuth()
{
DiscordId = discordid,