mirror of
https://github.com/fallenbagel/jellyseerr.git
synced 2026-01-01 04:08:45 -05:00
fix(ui): don't show "Password" user settings tab if current user lacks perms to modify the password (#1063)
This commit is contained in:
@@ -33,7 +33,7 @@ const messages = defineMessages({
|
||||
nopasswordsetDescription:
|
||||
'This user account currently does not have a password specifically for {applicationTitle}.\
|
||||
Configure a password below to enable this account to sign in as a "local user."',
|
||||
nopermission: 'No Permission',
|
||||
nopermission: 'Unauthorized',
|
||||
nopermissionDescription:
|
||||
"You do not have permission to modify this user's password.",
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user