-
Log in
+
Sign in
{% if next and next.kind == "continue_authorization_grant" %}
to continue to {{ next.grant.client.client_name | default(value=next.grand.client.client_id) }}
{% else %}
diff --git a/crates/templates/src/res/pages/register.html b/crates/templates/src/res/pages/register.html
index d3ab2bae..4f784d06 100644
--- a/crates/templates/src/res/pages/register.html
+++ b/crates/templates/src/res/pages/register.html
@@ -45,7 +45,7 @@ limitations under the License.
{{ field::input(label="Confirm Password", name="password_confirm", type="password") }}
{{ button::button(text="Next") }}
{# TODO: proper link #}
- {{ button::link_text(text="Login instead", href=login_link) }}
+ {{ button::link_text(text="Sign in instead", href=login_link) }}