Typo in example config

This commit is contained in:
Mattia Giambirtone 2022-10-06 17:29:07 +02:00
parent 2ce1fe3dac
commit 6d0d822083
1 changed files with 1 additions and 1 deletions

View File

@ -116,7 +116,7 @@ if __name__ != "__main__":
use_header=USE_BEARER_HEADER, use_header=USE_BEARER_HEADER,
custom_exception=NotAuthenticated, custom_exception=NotAuthenticated,
) )
UNVERIFIED_MANAGER = copy.deepcopy(MANAGE UNVERIFIED_MANAGER = copy.deepcopy(MANAGE)
ADMIN_MANAGER = LoginManager( ADMIN_MANAGER = LoginManager(
LOGIN_SECRET_KEY, LOGIN_SECRET_KEY,
"/admin", "/admin",