hacky charxml uploader until i do it the right way

This commit is contained in:
aronwk-aaron
2022-10-16 22:14:12 -05:00
parent f54e9bf9b4
commit dce4466487
5 changed files with 65 additions and 2 deletions

View File

@@ -57,3 +57,6 @@ USER_PASSLIB_CRYPTCONTEXT_SCHEMES = ['bcrypt'] # bcrypt for password hashing
# Flask-User routing settings
USER_AFTER_LOGIN_ENDPOINT = "main.index"
USER_AFTER_LOGOUT_ENDPOINT = "main.index"
# Option will be removed once this feature is full implemeted
ENABLE_CHAR_XML_UPLOAD = False