Skip to content

Commit

Permalink
Merge pull request #2735 from LibreSign/fix/add-pending-component
Browse files Browse the repository at this point in the history
fix: Add pending component
  • Loading branch information
vitormattos authored Apr 12, 2024
2 parents 679268c + 7c4b1e2 commit 7e27d70
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/views/ResetPassword.vue
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
<script>
import NcDialog from '@nextcloud/vue/dist/Components/NcDialog.js'
import NcPasswordField from '@nextcloud/vue/dist/Components/NcPasswordField.js'
import NcLoadingIcon from '@nextcloud/vue/dist/Components/NcLoadingIcon.js'
import NcButton from '@nextcloud/vue/dist/Components/NcButton.js'
import axios from '@nextcloud/axios'
import { generateOcsUrl } from '@nextcloud/router'
Expand All @@ -45,6 +46,7 @@ export default {
components: {
NcDialog,
NcPasswordField,
NcLoadingIcon,
NcButton,
},
setup() {
Expand Down

0 comments on commit 7e27d70

Please sign in to comment.