Skip to content

Commit

Permalink
Helper default view to password management (#992)
Browse files Browse the repository at this point in the history
  • Loading branch information
Archinowsk authored Jul 17, 2024
1 parent c2a2a97 commit 5178b61
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion client/src/views/helper/HelperView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ export const HelperView = (): ReactElement => {
const loginProvider = useAppSelector((state) => state.admin.loginProvider);

const [selectedTool, setSelectedTool] = useState<HelperTool>(
HelperTool.PRIVATE_SIGNUP_MESSAGES,
loginProvider === LoginProvider.LOCAL
? HelperTool.PASSWORD_MANAGEMENT
: HelperTool.PRIVATE_SIGNUP_MESSAGES,
);

const store = useStore();
Expand Down

0 comments on commit 5178b61

Please sign in to comment.