Loading src/BecomeBetaUser.vue +2 −0 Original line number Diff line number Diff line Loading @@ -100,6 +100,7 @@ import SettingsSection from '@nextcloud/vue/dist/Components/SettingsSection.js' import Axios from '@nextcloud/axios' import { generateUrl } from '@nextcloud/router' import { showSuccess, showError } from '@nextcloud/dialogs' import { translate as t } from '@nextcloud/l10n' export default { name: 'BecomeBetaUser', Loading @@ -126,6 +127,7 @@ export default { return (this.description === '' || this.title === '') }, }, methods: { async becomeBetaUser() { try { Loading Loading
src/BecomeBetaUser.vue +2 −0 Original line number Diff line number Diff line Loading @@ -100,6 +100,7 @@ import SettingsSection from '@nextcloud/vue/dist/Components/SettingsSection.js' import Axios from '@nextcloud/axios' import { generateUrl } from '@nextcloud/router' import { showSuccess, showError } from '@nextcloud/dialogs' import { translate as t } from '@nextcloud/l10n' export default { name: 'BecomeBetaUser', Loading @@ -126,6 +127,7 @@ export default { return (this.description === '' || this.title === '') }, }, methods: { async becomeBetaUser() { try { Loading