mirror of
https://github.com/openziti/zrok.git
synced 2025-08-09 08:05:04 +02:00
basic unique name implementation (#123)
This commit is contained in:
@ -27,6 +27,8 @@ def CreateShare(root: Root, request: model.ShareRequest) -> model.Share:
|
||||
if request.OauthProvider != "":
|
||||
out.auth_scheme = model.AUTH_SCHEME_OAUTH
|
||||
|
||||
|
||||
|
||||
try:
|
||||
zrok = root.Client()
|
||||
except Exception as e:
|
||||
|
Reference in New Issue
Block a user