Fix auth handler reference bug
This commit is contained in:
parent
ab33b49218
commit
87374d5647
|
@ -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 = ''
|
||||
|
|
Loading…
Reference in a new issue