Skip to content

Commit

Permalink
change file name to pam_user_parser to be more specific
Browse files Browse the repository at this point in the history
  • Loading branch information
MahmoudHamdy02 authored and martinpitt committed Aug 4, 2023
1 parent 52c9f25 commit d5ff354
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion pkg/users/users.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import { createRoot } from 'react-dom/client';
import { superuser } from "superuser";

import { usePageLocation, useLoggedInUser, useFile, useInit } from "hooks.js";
import { etc_passwd_syntax, etc_group_syntax, etc_shells_syntax } from "parsers.js";
import { etc_passwd_syntax, etc_group_syntax, etc_shells_syntax } from "pam_user_parser.js";
import { AccountsMain } from "./accounts-list.js";
import { AccountDetails } from "./account-details.js";
import { EmptyStatePanel } from "cockpit-components-empty-state.jsx";
Expand Down

0 comments on commit d5ff354

Please sign in to comment.