mirror of
https://github.com/openziti/zrok.git
synced 2025-08-09 08:05:04 +02:00
added security key to password changing
This commit is contained in:
@ -107,7 +107,7 @@ class AccountApi(object):
|
||||
['application/zrok.v1+json']) # noqa: E501
|
||||
|
||||
# Authentication setting
|
||||
auth_settings = [] # noqa: E501
|
||||
auth_settings = ['key'] # noqa: E501
|
||||
|
||||
return self.api_client.call_api(
|
||||
'/changePassword', 'POST',
|
||||
|
Reference in New Issue
Block a user