mirror of
https://github.com/godotengine/godot-showreel-voting.git
synced 2026-01-04 14:11:00 +03:00
Adjust hardcoded configs
This commit is contained in:
@@ -7,8 +7,8 @@ from authlib.integrations.flask_client import OAuth
|
||||
|
||||
from gdshowreelvote.database import User, DB
|
||||
|
||||
ADMIN_ROLE = 'admin'
|
||||
STAFF_ROLE = 'staff'
|
||||
ADMIN_ROLE = 'showreel-admin'
|
||||
STAFF_ROLE = 'showreel-staff'
|
||||
|
||||
oauth = OAuth()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user