mirror of
https://github.com/openziti/zrok.git
synced 2025-08-09 08:05:04 +02:00
removed some deletes after token resetting
This commit is contained in:
@ -568,7 +568,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(
|
||||
'/resetToken', 'POST',
|
||||
|
Reference in New Issue
Block a user