mirror of
https://framagit.org/les/gancio.git
synced 2025-02-01 09:02:01 +01:00
5 lines
No EOL
122 B
JavaScript
5 lines
No EOL
122 B
JavaScript
export default async function ({ $auth, redirect }) {
|
|
if (!$auth.user.is_admin) {
|
|
return redirect('/')
|
|
}
|
|
} |