From b14e024e180e0f9686ecc84744bb8ce500dc885c Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Mon, 3 Feb 2025 14:10:13 -0600 Subject: Improve page copy for the authorisation server. --- gn_auth/templates/oauth2/authorise-user.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gn_auth/templates/oauth2/authorise-user.html') diff --git a/gn_auth/templates/oauth2/authorise-user.html b/gn_auth/templates/oauth2/authorise-user.html index 7474464..2129cc3 100644 --- a/gn_auth/templates/oauth2/authorise-user.html +++ b/gn_auth/templates/oauth2/authorise-user.html @@ -2,7 +2,7 @@ {%block title%}Authorise User{%endblock%} -{%block pagetitle%}Authenticate to the API Server{%endblock%} +{%block pagetitle%}Sign In{%endblock%} {%block content%} {{flash_messages()}} -- cgit v1.2.3