mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-03 04:19:06 +08:00
discord pairing code is not required
This commit is contained in:
parent
74e6c707d6
commit
c945e92523
1 changed files with 0 additions and 1 deletions
|
@ -620,7 +620,6 @@ function updateDiscordSettingsSection() {
|
|||
"hidden"
|
||||
);
|
||||
} else if (
|
||||
dbSnapshot.pairingCode !== undefined &&
|
||||
dbSnapshot.discordId !== undefined
|
||||
) {
|
||||
$(".pageSettings .section.discordIntegration .howto").addClass("hidden");
|
||||
|
|
Loading…
Reference in a new issue