def _get_login_url(self): """Get the URL for the login page.""" return identity.get_failure_url()
def _get_login_url(self): '''Get the URL for the login page.''' return identity.get_failure_url()