This commit is contained in:
Donald Zou
2025-07-02 18:50:47 +08:00
parent 3b97cb420d
commit 927e637d88
2 changed files with 2 additions and 3 deletions
-1
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')