Skip to content

Commit

Permalink
Fix name import input on vue file
Browse files Browse the repository at this point in the history
  • Loading branch information
vinicios-gomes committed May 13, 2021
1 parent 79829d9 commit 2dd30f8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Components/Sign/Sign.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<span>{{ userName }}</span>
</div>

<InputLS class="input"
<InputAction class="input"
:type="'password'"
:disabled="disabled"
@submit="sign" />
Expand All @@ -27,15 +27,15 @@
<script>
import Avatar from '@nextcloud/vue/dist/Components/Avatar'
import EmptyContent from '@nextcloud/vue/dist/Components/EmptyContent'
import InputLS from '../InputLS'
import InputAction from '../InputAction'
import Icon from '../../assets/images/signed-icon.svg'
import { getCurrentUser } from '@nextcloud/auth'
export default {
name: 'Sign',
components: {
Avatar,
InputLS,
InputAction,
EmptyContent,
},
props: {
Expand Down

0 comments on commit 2dd30f8

Please sign in to comment.