diff --git a/docker-compose.yml b/docker-compose.yml index f2e50f3..7385db2 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -20,7 +20,7 @@ services: context: . dockerfile: Dockerfile args: - CACHEBUST: "22" + CACHEBUST: "23" VITE_USE_MOCK_DATA: "false" VITE_CONTENT_ORIGIN: ${FRONTEND_URL} VITE_INDEEHUB_API_URL: /api diff --git a/src/components/AuthModal.vue b/src/components/AuthModal.vue index cbc7aa7..ae8a938 100644 --- a/src/components/AuthModal.vue +++ b/src/components/AuthModal.vue @@ -10,157 +10,178 @@ - -
-

- {{ mode === 'login' ? 'Welcome Back' : 'Join IndeedHub' }} -

-

- {{ mode === 'login' ? 'Sign in to continue' : 'Create an account to get started' }} -

-
- - -
- {{ errorMessage }} -
- - -
- -
- - + + + + +
+ NAH!
- -
- {{ mode === 'login' ? "Don't have an account?" : "Already have an account?" }} - + +
+
+

Own your privacy.

+

No email. No password. No surveillance.

+ + +
+
+ + +
+
+
+ + + +
+

You're sovereign.

+

+ Your new identity has been created and you're signed in. Download your keys now — if you lose them, nobody can recover them. +

+ + +
@@ -169,7 +190,7 @@