Compile js

parent d5ea1c69
......@@ -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');
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment