Direct registration button

This commit is contained in:
Mike Barnes 2020-12-17 20:28:59 +11:00
commit e52b54017e
5 changed files with 32 additions and 1 deletions

View file

@ -16,4 +16,7 @@ ext.CUSTOM_LOGO_URL = "https://static.chinwag.org/chinwag-logo-simple-1024.png"
ext.CUSTOM_INSTANCE = "social.chinwag.org"
// link to your support account. Will be linked on the about page when not empty.
ext.SUPPORT_ACCOUNT_URL = "https://social.chinwag.org/@ChinwagNews"
ext.SUPPORT_ACCOUNT_URL = "https://social.chinwag.org/@ChinwagNews"
// New account registration link
ext.REGISTER_ACCOUNT_URL = "https://social.chinwag.org/auth/sign_up"