mirror of
https://github.com/zulip/zulip.git
synced 2025-11-01 12:33:40 +00:00
Our help-beta conversion script expects text to be indented if the text
is part of the same list item. If it is not part of the same list item,
then it expects an empty line just after the list item. This commit
fixes existing instances for the same by searching for regex: `^1\.
.*\n(?!\n)(?!1\.)( {0,1}\S.*)`.
We do not want to add a lint rule for this, since not indenting is not
technically wrong. We will add a TODO list item in the conversion script
for help-beta in future commits.
34 lines
705 B
Markdown
34 lines
705 B
Markdown
# Logging out
|
|
|
|
{start_tabs}
|
|
{tab|desktop-web}
|
|
|
|
1. Click the **gear** (<i class="zulip-icon zulip-icon-gear"></i>) icon in the top
|
|
right corner of the app.
|
|
|
|
1. Click **Log out**.
|
|
|
|
{tab|mobile}
|
|
|
|
{!mobile-switch-account.md!}
|
|
|
|
1. Tap on the Zulip organization you want to log out of.
|
|
|
|
1. Tap **Log out**.
|
|
|
|
1. Approve by tapping **Log out**.
|
|
|
|
{end_tabs}
|
|
|
|
!!! tip ""
|
|
|
|
Logging out doesn't affect any other organizations you may be logged in
|
|
to. To log out of all your Zulip organizations, repeat the steps above
|
|
for each one.
|
|
|
|
## Related articles
|
|
|
|
* [Logging in](logging-in)
|
|
* [Switching between organizations](switching-between-organizations)
|
|
* [Deactivate your account](deactivate-your-account)
|