Skip to content

Commit

Permalink
Fix linter
Browse files Browse the repository at this point in the history
Signed-off-by: Vitor Mattos <[email protected]>
  • Loading branch information
vitormattos committed Aug 18, 2023
1 parent 266a67f commit 5388006
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion css/publicView.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#content.app-public {
margin-top: unset;
margin: unset;
width: 100%;
height: 100%;
Expand Down
2 changes: 1 addition & 1 deletion src/router/router.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ import { loadState } from '@nextcloud/initial-state'
import { generateUrl } from '@nextcloud/router'

import Home from '../views/Home.vue'
import MenuSection from '../views/MenuSection.vue'
import Registration from '../views/Registration.vue'
import RegistrationForm from '../views/RegistrationForm.vue'
import MenuSection from '../views/MenuSection.vue'

Vue.use(VueRouter)

Expand Down

0 comments on commit 5388006

Please sign in to comment.