Fixed the documentation of the login_required decorator in the DigestAuth class.
This commit is contained in:
parent
038e7a8352
commit
79abdc9cde
@ -70,7 +70,7 @@ class DigestAuth:
|
|||||||
"""The callback to run when the user logs in."""
|
"""The callback to run when the user logs in."""
|
||||||
|
|
||||||
def login_required(self, view) -> t.Callable:
|
def login_required(self, view) -> t.Callable:
|
||||||
"""The view decorator for HTTP digest authentication.
|
"""The view decorator for the HTTP digest authentication.
|
||||||
|
|
||||||
:Example:
|
:Example:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user