doc: remove reference to lastpass (#430)

Myles Borins committed Mar 15, 2023 at 16:08 UTC 7075d29b0a3a73e9969f6c1b9f276899664df72d
1 file changed +1 -1
content/getting-started/setting-up-your-npm-user-account/creating-a-strong-password.mdx
+1 -1
@@ -12,7 +12,7 @@ You must choose or generate a password for your npm account that:
12
13 To keep your account secure, we recommend you follow these best practices:
14
15 -* Use a password manager, such as [LastPass](https://lastpass.com/) or [1Password](https://1password.com/), to generate a password more than 16 characters.
15 +* Use a password manager, such as [1Password](https://1password.com/), to generate a password more than 16 characters.
16 * Generate a unique password for npm. If you use your npm password elsewhere and that service is compromised, then attackers or other malicious actors could use that information to access your npm account.
17 * Configure two-factor authentication for your account. For more information, see "About two-factor authentication."
18 * Never share your password, even with a potential collaborator. Each person should use their own personal account on npm. For more information on ways to collaborate, see: "[npm organizations](/organizations)".