trim non-existant pages further

This commit is contained in:
stvnrlly
2022-11-02 11:02:32 -04:00
parent 9692185cd6
commit 3386317f5b
6 changed files with 3 additions and 16 deletions

View File

@@ -332,7 +332,6 @@ EXCLUDED_ENDPOINTS = tuple(map(Navigation.get_endpoint_with_blueprint, {
'webauthn_complete_register',
'webauthn_begin_authentication',
'webauthn_complete_authentication',
'who_can_use_notify',
'who_its_for',
}))