mirror of
https://github.com/strapi/strapi.git
synced 2025-08-01 05:17:14 +00:00
6 lines
86 B
JavaScript
6 lines
86 B
JavaScript
'use strict';
|
|
|
|
module.exports = ({ ctx }) => {
|
|
return ctx.state.isAuthenticated;
|
|
};
|