Remove old comment, include description in servername error

Co-authored-by: Min RK <benjaminrk@gmail.com>
This commit is contained in:
Simon Li
2022-06-01 21:28:24 +01:00
committed by GitHub
parent 7b8a2ae57b
commit b403c41c15
2 changed files with 1 additions and 2 deletions

View File

@@ -687,7 +687,6 @@ class User:
client_id,
api_token,
url_path_join(self.url, url_escape_path(server_name), 'oauth_callback'),
# url_path_join(self.url, server_name, 'oauth_callback'),
allowed_roles=allowed_roles,
description="Server at %s"
% (url_path_join(self.base_url, server_name) + '/'),