diff options
| author | Pitu <[email protected]> | 2020-05-11 01:15:46 +0900 |
|---|---|---|
| committer | Pitu <[email protected]> | 2020-05-11 01:15:46 +0900 |
| commit | b8fc0cc85895042cf4074c8f10bf106c5fd3470d (patch) | |
| tree | 0be38b18a6b298d3e0dc756442a94e9302ad7517 /src/site | |
| parent | fix: nginx config (diff) | |
| download | host.fuwn.me-b8fc0cc85895042cf4074c8f10bf106c5fd3470d.tar.xz host.fuwn.me-b8fc0cc85895042cf4074c8f10bf106c5fd3470d.zip | |
Fix frontend registration display
Diffstat (limited to 'src/site')
| -rw-r--r-- | src/site/pages/login.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/site/pages/login.vue b/src/site/pages/login.vue index cb00a9c..7a98aa4 100644 --- a/src/site/pages/login.vue +++ b/src/site/pages/login.vue @@ -25,7 +25,7 @@ </b-field> <p class="control has-addons is-pulled-right"> - <router-link v-if="config.enableAccounts" + <router-link v-if="config.userAccounts" to="/register" class="is-text">Don't have an account?</router-link> <span v-else>Registration is closed at the moment</span> |