discord pairing code is not required

This commit is contained in:
Jack 2020-09-23 15:43:05 +01:00
parent 74e6c707d6
commit c945e92523

View file

@ -620,7 +620,6 @@ function updateDiscordSettingsSection() {
"hidden"
);
} else if (
dbSnapshot.pairingCode !== undefined &&
dbSnapshot.discordId !== undefined
) {
$(".pageSettings .section.discordIntegration .howto").addClass("hidden");