mirror of https://github.com/doccano/doccano.git
pythondatasetsactive-learningtext-annotationdatasetnatural-language-processingdata-labelingmachine-learningannotation-tool
5 lines
124 B
5 lines
124 B
export default function (context) {
|
|
if (!context.store.getters.auth.isAuthenticated) {
|
|
context.redirect('auth')
|
|
}
|
|
}
|