Skip to content

Commit

Permalink
semicolons 🤦
Browse files Browse the repository at this point in the history
  • Loading branch information
nealian authored Aug 20, 2022
1 parent 646e3ce commit ffca0bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/router.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const appConfig = config.appConfig || {};
Vue.use(Router);
const progress = new Progress({ color: 'var(--progress-bar)' });

const publicPath = `${process.env.BASE_URL || '/'}`
const publicPath = `${process.env.BASE_URL || '/'}`;

/* Returns true if user is already authenticated, or if auth is not enabled */
const isAuthenticated = () => {
Expand Down

0 comments on commit ffca0bd

Please sign in to comment.