Skip to content

Commit

Permalink
Added msg for users
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua committed Dec 10, 2023
1 parent bd05e11 commit 3cbf214
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions admin_cli/app/client_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ def login(self):
self.username = input("Username: ")
self.api_key = input("API Key: ")
print("Die Anmeldedaten wurden gespeichert.")
print("Bitte beachten Sie, dass zu diesem Zeitpunkt keine Validierung der Logindaten passiert.")
print("Dies passiert erst, wenn Anfragen zum Server gesendet werden. Daher enstprechende Unterpunkte des Menüs gewählt werden.")

def new_customer_portals(self):
data = {"username": self.username, "api_key": self.api_key}
Expand Down

0 comments on commit 3cbf214

Please sign in to comment.