diff --git a/cli/auth.py b/cli/auth.py index f34c88d..b0f8cd6 100644 --- a/cli/auth.py +++ b/cli/auth.py @@ -64,7 +64,7 @@ def token(self): self.info("Webin authentication successful!") return response.text else: - raise ResponseError('Webin Authentication Error: Username or password not recognised') + raise ResponseError('Webin Authentication Error') def _get_webin_username_password(self): username = input("Enter your ENA Webin username: ")