Fix auth handler reference bug

This commit is contained in:
Lance Edgar 2021-10-17 17:29:26 -04:00
parent ab33b49218
commit 87374d5647

View file

@ -144,7 +144,7 @@ class PermissionsRenderer(Object):
def render(self): def render(self):
app = self.request.rattail_config.get_app() app = self.request.rattail_config.get_app()
auth = app.get_handler() auth = app.get_auth_handler()
principal = self.principal principal = self.principal
html = '' html = ''