mirror of
https://github.com/strapi/strapi.git
synced 2025-07-30 20:39:05 +00:00
6 lines
89 B
JavaScript
6 lines
89 B
JavaScript
'use strict';
|
|
|
|
module.exports = ctx => {
|
|
return Boolean(ctx.state.isAuthenticated);
|
|
};
|