You've already forked authentication-service
mirror of
https://github.com/matrix-org/matrix-authentication-service.git
synced 2025-07-29 22:01:14 +03:00
s/Return to application/Cancel/g
This commit is contained in:
committed by
Quentin Gliech
parent
18e3117a8a
commit
467746c246
@ -85,7 +85,7 @@ limitations under the License.
|
|||||||
|
|
||||||
<section class="self-center my-6">
|
<section class="self-center my-6">
|
||||||
{{ back_to_client::link(
|
{{ back_to_client::link(
|
||||||
text="Return to application",
|
text="Cancel",
|
||||||
class=button::text_class(),
|
class=button::text_class(),
|
||||||
uri=grant.redirect_uri,
|
uri=grant.redirect_uri,
|
||||||
mode=grant.response_mode,
|
mode=grant.response_mode,
|
||||||
|
@ -52,7 +52,7 @@ limitations under the License.
|
|||||||
{% if next and next.kind == "continue_authorization_grant" %}
|
{% if next and next.kind == "continue_authorization_grant" %}
|
||||||
<section class="self-center my-6">
|
<section class="self-center my-6">
|
||||||
{{ back_to_client::link(
|
{{ back_to_client::link(
|
||||||
text="Return to application",
|
text="Cancel",
|
||||||
class=button::text_class(),
|
class=button::text_class(),
|
||||||
uri=next.grant.redirect_uri,
|
uri=next.grant.redirect_uri,
|
||||||
mode=next.grant.response_mode,
|
mode=next.grant.response_mode,
|
||||||
|
@ -57,7 +57,7 @@ limitations under the License.
|
|||||||
{% if next and next.kind == "continue_authorization_grant" %}
|
{% if next and next.kind == "continue_authorization_grant" %}
|
||||||
<section class="self-center my-6">
|
<section class="self-center my-6">
|
||||||
{{ back_to_client::link(
|
{{ back_to_client::link(
|
||||||
text="Return to application",
|
text="Cancel",
|
||||||
class=button::text_class(),
|
class=button::text_class(),
|
||||||
uri=next.grant.redirect_uri,
|
uri=next.grant.redirect_uri,
|
||||||
mode=next.grant.response_mode,
|
mode=next.grant.response_mode,
|
||||||
|
@ -52,7 +52,7 @@ limitations under the License.
|
|||||||
{% if next and next.kind == "continue_authorization_grant" %}
|
{% if next and next.kind == "continue_authorization_grant" %}
|
||||||
<section class="self-center my-6">
|
<section class="self-center my-6">
|
||||||
{{ back_to_client::link(
|
{{ back_to_client::link(
|
||||||
text="Return to application",
|
text="Cancel",
|
||||||
class=button::text_class(),
|
class=button::text_class(),
|
||||||
uri=next.grant.redirect_uri,
|
uri=next.grant.redirect_uri,
|
||||||
mode=next.grant.response_mode,
|
mode=next.grant.response_mode,
|
||||||
|
Reference in New Issue
Block a user