blob: ee34f26cd29e91e5e6d1e3c1322bd431bd1fabc7 [file] [log] [blame]
<template>
<b-container fluid="xl">
<page-title :description="$t('pageUnauthorized.description')" />
</b-container>
</template>
<script>
import PageTitle from '../../components/Global/PageTitle';
export default {
name: 'Unauthorized',
components: { PageTitle }
};
</script>