diff --git a/package.json b/package.json index 9bc37af..6720008 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "pdsmanager", "type": "module", - "version": "0.1.0", + "version": "0.2.0", "scripts": { "dev": "astro dev", "build": "astro build", diff --git a/src/components/auth/LoginForm.tsx b/src/components/auth/LoginForm.tsx index bfaf2b4..d45c987 100644 --- a/src/components/auth/LoginForm.tsx +++ b/src/components/auth/LoginForm.tsx @@ -37,8 +37,9 @@ export default function LoginForm({ onLogin }: LoginFormProps) {

BlueSky PDS Manager

-

- Enter your PDS credentials to get started +

+ Enter your PDS credentials to get started. All credentials are + stored and encrypyted locally (in-browser).

{error && (
diff --git a/src/components/features/users/UserList.tsx b/src/components/features/users/UserList.tsx index b06309b..1e1ff0c 100644 --- a/src/components/features/users/UserList.tsx +++ b/src/components/features/users/UserList.tsx @@ -290,7 +290,7 @@ export default function UserList() {
-

BlueSky Users

+

Users