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