Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit3ae6e54

Browse files
author
Julien Neuhart
committed
removing console log
1 parentd526aad commit3ae6e54

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

‎app/assets/vue/router/index.js‎

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@ router.beforeEach((to, from, next) => {
2121
if(to.matched.some(record=>record.meta.requiresAuth)){
2222
// this route requires auth, check if logged in
2323
// if not, redirect to login page.
24-
console.log(document.cookie);
25-
console.log(store.getters['security/isAuthenticated']);
2624
if(store.getters['security/isAuthenticated']){
2725
next();
2826
}else{

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp