Show legal links from api if configured

This commit is contained in:
kolaente 2020-07-18 21:39:30 +02:00
parent 8ab9824f96
commit 0be280aae3
Signed by untrusted user who does not match committer: konrad
GPG key ID: F40E70337AB24C9B
9 changed files with 56 additions and 0 deletions

View file

@ -66,6 +66,7 @@
{{ errorMessage }}
</div>
</form>
<legal/>
</div>
</div>
</template>
@ -77,8 +78,12 @@
import {HTTP} from '../../http-common'
import message from '../../message'
import {ERROR_MESSAGE, LOADING} from '../../store/mutation-types'
import legal from '../../components/misc/legal'
export default {
components: {
legal,
},
data() {
return {
confirmedEmailSuccess: false,