diff --git a/config.py.example b/config.py.example index 114a8f5..09bf90a 100644 --- a/config.py.example +++ b/config.py.example @@ -116,7 +116,7 @@ if __name__ != "__main__": use_header=USE_BEARER_HEADER, custom_exception=NotAuthenticated, ) - UNVERIFIED_MANAGER = copy.deepcopy(MANAGE + UNVERIFIED_MANAGER = copy.deepcopy(MANAGE) ADMIN_MANAGER = LoginManager( LOGIN_SECRET_KEY, "/admin",