refactoring permission banner

This commit is contained in:
msramalho
2025-02-06 20:11:27 +00:00
parent ddb803a82f
commit 021d2587fc
8 changed files with 67 additions and 47 deletions

View File

@@ -85,7 +85,7 @@ export default {
},
activeUserMessage() {
if (this.user && this.user.active) {
return "This account is active and can use the tool.";
return "This account has access to at least one feature.";
}
return "This account is inactive, please reach out to the Bellingcat team for access.";
}