Rename "authenticating" to "authorizing" wording for PIO Account

This commit is contained in:
Ivan Kravets
2020-05-06 12:27:29 +03:00
parent 44ee7d6a6b
commit 8480ebde89
4 changed files with 32 additions and 30 deletions
+1 -1
View File
@@ -167,7 +167,7 @@ def account_update(current_password, **kwargs):
return None
try:
client.logout()
except exception.AccountNotAuthenticated:
except exception.AccountNotAuthorized:
pass
if email_changed:
return click.secho(