Add versionadded

This commit is contained in:
Daisuke Taniwaki
2021-01-27 20:49:47 +09:00
parent 0b085a91b6
commit 47265786e3

View File

@@ -1102,7 +1102,10 @@ class PAMAuthenticator(LocalAuthenticator):
return super().normalize_username(username)
def get_custom_html(self, base_url):
"""Get custom HTML for the authenticator."""
"""Get custom HTML for the authenticator.
.. versionadded: 1.4
"""
return self.custom_html