mirror of
https://github.com/Garmelon/PFERD.git
synced 2026-04-12 23:45:05 +02:00
Call super authenticate method in resolve_link_target
This commit is contained in:
parent
e86eccec7a
commit
131dc919dc
1 changed files with 2 additions and 1 deletions
|
|
@ -490,11 +490,12 @@ instance's greatest bottleneck.
|
||||||
return ""
|
return ""
|
||||||
return None
|
return None
|
||||||
|
|
||||||
|
auth_id = await self._current_auth_id()
|
||||||
target = await impl()
|
target = await impl()
|
||||||
if target is not None:
|
if target is not None:
|
||||||
return target
|
return target
|
||||||
|
|
||||||
await self._authenticate()
|
await self.authenticate(auth_id)
|
||||||
|
|
||||||
target = await impl()
|
target = await impl()
|
||||||
if target is not None:
|
if target is not None:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue