Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: April Shen <april.tuesday@gmail.com>
  • Loading branch information
tcezard and apriltuesday authored Sep 25, 2023
1 parent f1cc732 commit 837c7e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/auth.py
Original file line number Diff line number Diff line change
Expand Up @@ -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: ")
Expand Down

0 comments on commit 837c7e6

Please sign in to comment.