This commit is contained in:
Donald Zou
2025-07-02 18:50:47 +08:00
parent 651784b1d1
commit 0d58a172a9
2 changed files with 2 additions and 3 deletions

View File

@@ -5,7 +5,6 @@ from jose import jwt
import certifi
from flask import current_app
class DashboardOIDC:
ConfigurationPath = os.getenv('CONFIGURATION_PATH', '.')
ConfigurationFilePath = os.path.join(ConfigurationPath, 'wg-dashboard-oidc-providers.json')