From 87374d56476109004bad0cd513950d879e7e9ec4 Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Sun, 17 Oct 2021 17:29:26 -0400 Subject: [PATCH] Fix auth handler reference bug --- tailbone/views/principal.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tailbone/views/principal.py b/tailbone/views/principal.py index 3fc5ce6b..0012adc8 100644 --- a/tailbone/views/principal.py +++ b/tailbone/views/principal.py @@ -144,7 +144,7 @@ class PermissionsRenderer(Object): def render(self): app = self.request.rattail_config.get_app() - auth = app.get_handler() + auth = app.get_auth_handler() principal = self.principal html = ''