diff --git a/src/web/pages/users/details.js b/src/web/pages/users/details.js index c05fde653a..ee96c9b278 100644 --- a/src/web/pages/users/details.js +++ b/src/web/pages/users/details.js @@ -71,7 +71,7 @@ export const convert_allow = ({addresses, allow}) => { }; const UserDetails = ({entity, links = true}) => { - const {auth_method, comment, groups = [], hosts = {}, roles = []} = entity; + const {authMethod, comment, groups = [], hosts = {}, roles = []} = entity; return ( @@ -129,7 +129,7 @@ const UserDetails = ({entity, links = true}) => { {_('Authentication Type')} - {convert_auth_method(auth_method)} + {convert_auth_method(authMethod)}