Fix jwt-token

This commit is contained in:
2025-09-20 06:40:44 +02:00
parent 8ae7b75365
commit ec41acca48
3 changed files with 143 additions and 13 deletions

View File

@@ -253,7 +253,12 @@ const translations = {
brandingUpdated: 'Branding updated successfully',
brandingUpdateFailed: 'Failed to update branding',
securityUpdated: 'Security settings updated successfully',
securityUpdateFailed: 'Failed to update security settings'
securityUpdateFailed: 'Failed to update security settings',
removeLogo: 'Remove Logo',
changeLogo: 'Change Logo',
confirmRemoveLogo: 'Are you sure you want to remove the current logo?',
logoRemoved: 'Logo removed successfully',
logoRemoveFailed: 'Failed to remove logo'
},
auth: {
login: 'Login',
@@ -683,7 +688,12 @@ const translations = {
brandingUpdated: 'Varumärke uppdaterat framgångsrikt',
brandingUpdateFailed: 'Misslyckades med att uppdatera varumärke',
securityUpdated: 'Säkerhetsinställningar uppdaterade framgångsrikt',
securityUpdateFailed: 'Misslyckades med att uppdatera säkerhetsinställningar'
securityUpdateFailed: 'Misslyckades med att uppdatera säkerhetsinställningar',
removeLogo: 'Ta bort logotyp',
changeLogo: 'Ändra logotyp',
confirmRemoveLogo: 'Är du säker på att du vill ta bort den aktuella logotypen?',
logoRemoved: 'Logotyp borttagen framgångsrikt',
logoRemoveFailed: 'Misslyckades med att ta bort logotyp'
},
auth: {
login: 'Logga in',