Skip to content

Commit

Permalink
Compile js
Browse files Browse the repository at this point in the history
  • Loading branch information
nWidart committed Sep 16, 2017
1 parent d5ea1c6 commit 5d84e8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -31313,7 +31313,7 @@ var app = new _vue2.default({
window.axios.interceptors.response.use(null, function (error) {
if (error.response.status === 401) {
app.$notify.error({
title: 'Unauthorized',
title: app.$t('core.unauthorized'),
message: app.$t('core.unauthorized-access')
});
window.location = route('dashboard.index');
Expand Down

0 comments on commit 5d84e8f

Please sign in to comment.