made auth test user/pw simplier

This commit is contained in:
2025-08-22 12:07:09 +02:00
parent ef2688b61a
commit 20b72f7288
2 changed files with 1 additions and 6 deletions

View File

@@ -43,12 +43,10 @@ class App:
return perm, user_id
else:
self.view.display_co_failed()
return None
quit()
def start(self):
team, user_id = self.connect()
if not user_id:
exit()
if team == 1:
CommercialMenu(self.customer_tools,
self.contract_tools,