Show legal links from api if configured
This commit is contained in:
parent
8ab9824f96
commit
0be280aae3
9 changed files with 56 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Reference in a new issue