diff --git a/launcher/ui/pages/global/AccountListPage.cpp b/launcher/ui/pages/global/AccountListPage.cpp
index c92b1410e..3347b8bc5 100644
--- a/launcher/ui/pages/global/AccountListPage.cpp
+++ b/launcher/ui/pages/global/AccountListPage.cpp
@@ -155,19 +155,6 @@ void AccountListPage::on_actionAddMojang_triggered()
void AccountListPage::on_actionAddAuthlibInjector_triggered()
{
- if (!m_accounts->anyAccountIsValid()) {
- QMessageBox::warning(
- this,
- tr("Error"),
- tr(
- "You must add a Microsoft or Mojang account that owns Minecraft before you can add an account on a custom authentication server."
- "
"
- "If you have lost your account you can contact Microsoft for support."
- )
- );
- return;
- }
-
MinecraftAccountPtr account = AuthlibInjectorLoginDialog::newAccount(
this,
tr(