Skip to content

Commit

Permalink
πŸ—‘ Removed testing code
Browse files Browse the repository at this point in the history
  • Loading branch information
anditv21 committed Sep 26, 2023
1 parent 530e9b6 commit 34a38b8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/user/profile.php
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,6 @@
<?php if ($System->getSystemData()->discordlinking == 1 || $System->relinkdiscord == 1 || ($System->relinkdiscord == 0 && !$user->isDiscordLinked())) : ?>
<form method="POST" enctype="multipart/form-data">
<center>
<?php $link = $user->isDiscordLinked(); echo "<p>$link</p>"; ?>
<button onclick="return confirm('WARNING: Your existing profile picture will be overridden!');" class="btn btn-outline-primary btn-block" type="submit">Link Discord (BETA)</button>
<br>
</center>
Expand Down

0 comments on commit 34a38b8

Please sign in to comment.