diff --git a/auth_server/cli/ldap.py b/auth_server/cli/ldap.py index 6753b86..f1017ab 100644 --- a/auth_server/cli/ldap.py +++ b/auth_server/cli/ldap.py @@ -39,6 +39,5 @@ def user_email(username: str, password: Password): console.print("Authentication error", style="red") - if __name__ == '__main__': app()