fix(docs): add missing bracket in openID config (#30885)

This commit is contained in:
Sukuna
2024-11-09 23:58:51 +05:30
committed by GitHub
parent a1f86baab2
commit 24b8a94c2c

View File

@@ -357,7 +357,7 @@ AUTH_TYPE = AUTH_DB
# OPENID_PROVIDERS = [
# { 'name': 'Yahoo', 'url': 'https://open.login.yahoo.com/' },
# { 'name': 'Flickr', 'url': 'https://www.flickr.com/<username>' },
# ]
# ---------------------------------------------------
# Roles config
# ---------------------------------------------------