mirror of
https://github.com/Caraxi/mare.server.git
synced 2025-12-12 16:47:22 +01:00
reduce amount of characters to enter
This commit is contained in:
parent
2e279f486a
commit
f6ff9cf6eb
1 changed files with 1 additions and 1 deletions
|
|
@ -312,7 +312,7 @@ public partial class MareWizardModule : InteractionModuleBase
|
||||||
|
|
||||||
private async Task<string> GenerateLodestoneAuth(ulong discordid, string hashedLodestoneId, MareDbContext dbContext)
|
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()
|
LodeStoneAuth lsAuth = new LodeStoneAuth()
|
||||||
{
|
{
|
||||||
DiscordId = discordid,
|
DiscordId = discordid,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue