diff options
author | zsloan | 2025-03-28 20:38:06 +0000 |
---|---|---|
committer | zsloan | 2025-03-28 20:38:47 +0000 |
commit | e6ae127e6fe86b738d16d22d70a5db2dadf349a0 (patch) | |
tree | 392a6324ec9bde90314b29f6047f39874c070a0a /gn_auth/templates/oauth2 | |
parent | 69fd4dc0b95e99c81b9d800659cb690ea6731405 (diff) | |
download | gn-auth-e6ae127e6fe86b738d16d22d70a5db2dadf349a0.tar.gz |
Add link to register account to sign-in page
Diffstat (limited to 'gn_auth/templates/oauth2')
-rw-r--r-- | gn_auth/templates/oauth2/authorise-user.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gn_auth/templates/oauth2/authorise-user.html b/gn_auth/templates/oauth2/authorise-user.html index 2e4e540..f186167 100644 --- a/gn_auth/templates/oauth2/authorise-user.html +++ b/gn_auth/templates/oauth2/authorise-user.html @@ -59,6 +59,8 @@ {%endif%} </div> </div> + <hr> + <a href="{{ source_uri }}/oauth2/user/register" class="btn btn-primary" role="button">Create a New Account</a> </form> </div> {%endblock%} |