Fix jwt-token
This commit is contained in:
@@ -258,7 +258,23 @@ const translations = {
|
||||
changeLogo: 'Change Logo',
|
||||
confirmRemoveLogo: 'Are you sure you want to remove the current logo?',
|
||||
logoRemoved: 'Logo removed successfully',
|
||||
logoRemoveFailed: 'Failed to remove logo'
|
||||
logoRemoveFailed: 'Failed to remove logo',
|
||||
// Security and permissions
|
||||
accessDenied: 'Access denied: Insufficient permissions',
|
||||
invalidTenant: 'Invalid tenant',
|
||||
tenantNotFound: 'Tenant not found',
|
||||
userNotMemberOfTenant: 'Access denied: User not member of tenant',
|
||||
authenticationRequired: 'Authentication required',
|
||||
logoUploadError: 'Failed to upload logo',
|
||||
logoRemovalError: 'Failed to remove logo',
|
||||
logoUploadSuccess: 'Logo uploaded successfully',
|
||||
logoRemovalSuccess: 'Logo removed successfully',
|
||||
noFileUploaded: 'No file uploaded',
|
||||
noLogoToRemove: 'No logo to remove',
|
||||
internalServerError: 'Internal server error',
|
||||
securityValidationFailed: 'Security validation failed',
|
||||
unauthorizedAccess: 'Unauthorized access attempt',
|
||||
tenantAccessDenied: 'Access denied for this tenant'
|
||||
},
|
||||
auth: {
|
||||
login: 'Login',
|
||||
|
||||
Reference in New Issue
Block a user