logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe git clone https://anongit.hacktivis.me/git/pleroma-fe.git/

terms_of_service_panel.js (230B)


  1. const TermsOfServicePanel = {
  2. computed: {
  3. content () {
  4. return this.$store.state.instance.tos
  5. },
  6. embedded () {
  7. return this.$store.state.instance.embeddedToS
  8. }
  9. }
  10. }
  11. export default TermsOfServicePanel