Rename "authenticating" to "authorizing" wording for PIO Account
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user