Skip to content

Commit 3c883da

Browse files
committed
deleted duplicate files
1 parent 7942e2e commit 3c883da

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

src/router.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ const router = new Router({
2929
})
3030

3131
router.beforeEach((to, from, next) => {
32-
// redirect to login page if not logged in and trying to access a restricted page
32+
// redirect to login page if user is not logged in and trying to access a restricted page
3333
const publicPages = ['/authenticate', '/']
3434
const authRequired = !publicPages.includes(to.path)
3535
const loggedIn = localStorage.getItem('user')

src/server.js

Whitespace-only changes.

0 commit comments

Comments
 (0)