Skip to content

Commit

Permalink
Disable token log
Browse files Browse the repository at this point in the history
  • Loading branch information
Goncalo Rolo committed Aug 30, 2022
1 parent 99e9528 commit 6ba2ce0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions imports/ui/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,9 @@ export default {
router.push("/");
};

setInterval(() => {
console.log(this.$store.state.keycloak.token);
}, 5000);
// setInterval(() => {
// console.log(this.$store.state.keycloak.token);
// }, 5000);
},
methods: {
loginWithSmartCLIDE(){
Expand Down

0 comments on commit 6ba2ce0

Please sign in to comment.