help: Fix linter errors in last merged PR.

This commit is contained in:
Tim Abbott
2025-09-17 13:52:47 -07:00
parent d3ca0fc7ae
commit 6a5d214be6
4 changed files with 10 additions and 9 deletions

View File

@@ -25,7 +25,6 @@ able to [export](/help/export-your-organization) your DMs in a corporate
organization, or [with your
permission](/help/export-your-organization#configure-whether-administrators-can-export-your-private-data).
If you find yourself frequently conversing with the same person or group, it
often works best to [create a private channel](/help/create-a-channel) for your
conversations. This lets you organize your discussion into topics, and subscribe

View File

@@ -1,7 +1,8 @@
import {Steps, TabItem, Tabs} from "@astrojs/starlight/components";
import FlattenedSteps from "../../../components/FlattenedSteps.astro";
import NavigationSteps from "../../../components/NavigationSteps.astro";
import ZulipTip from '../../../components/ZulipTip.astro';
import ZulipTip from "../../../components/ZulipTip.astro";
<FlattenedSteps>
<NavigationSteps target="settings/account-and-privacy" />
@@ -14,7 +15,7 @@ import ZulipTip from '../../../components/ZulipTip.astro';
</FlattenedSteps>
<ZulipTip>
If you've forgotten your password, you can [reset
it](/help/change-your-password#if-youve-forgotten-or-never-had-a-password)
using your email account.
If you've forgotten your password, you can [reset
it](/help/change-your-password#if-youve-forgotten-or-never-had-a-password)
using your email account.
</ZulipTip>

View File

@@ -8,8 +8,8 @@ import FlattenedSteps from "../../components/FlattenedSteps.astro";
import NavigationSteps from "../../components/NavigationSteps.astro";
import ZulipTip from "../../components/ZulipTip.astro";
import MobileSwitchAccount from "./include/_MobileSwitchAccount.mdx";
import ChangePasswordAndAPIKey from "./include/_ChangePasswordAndAPIKey.mdx";
import MobileSwitchAccount from "./include/_MobileSwitchAccount.mdx";
import GearIcon from "~icons/zulip-icon/gear";
import MoreVerticalIcon from "~icons/zulip-icon/more-vertical";

View File

@@ -3,6 +3,7 @@ title: Protect your account
---
import {Steps} from "@astrojs/starlight/components";
import FlattenedSteps from "../../components/FlattenedSteps.astro";
import NavigationSteps from "../../components/NavigationSteps.astro";
@@ -16,9 +17,9 @@ key](/api/api-keys) rather than your own whenever possible.
Be sure to change both your password and API key immediately in the following
situations:
- Accidentally sharing your password or API key with someone else.
- Losing a device where you're logged in to Zulip (e.g., a cell phone or laptop).
- Losing a device that has a downloaded copy of your [`zuliprc`
* Accidentally sharing your password or API key with someone else.
* Losing a device where you're logged in to Zulip (e.g., a cell phone or laptop).
* Losing a device that has a downloaded copy of your [`zuliprc`
file](/api/configuring-python-bindings#download-a-zuliprc-file), which
includes your API key.