Fix comment from review.
parent
49290da903
commit
c013c83136
|
@ -37,10 +37,10 @@ class SsoHandler(BaseHandler):
|
||||||
def render_error(
|
def render_error(
|
||||||
self, request, error: str, error_description: Optional[str] = None
|
self, request, error: str, error_description: Optional[str] = None
|
||||||
) -> None:
|
) -> None:
|
||||||
"""Renders the error template and respond with it.
|
"""Renders the error template and responds with it.
|
||||||
|
|
||||||
This is used to show errors to the user. The template of this page can
|
This is used to show errors to the user. The template of this page can
|
||||||
be found under ``synapse/res/templates/sso_error.html``.
|
be found under `synapse/res/templates/sso_error.html`.
|
||||||
|
|
||||||
Args:
|
Args:
|
||||||
request: The incoming request from the browser.
|
request: The incoming request from the browser.
|
||||||
|
|
Loading…
Reference in New Issue