diff --git a/dev-dist/sw.js b/dev-dist/sw.js index a0afe47..f51d9ea 100644 --- a/dev-dist/sw.js +++ b/dev-dist/sw.js @@ -79,7 +79,7 @@ define(['./workbox-54d0af47'], (function (workbox) { 'use strict'; */ workbox.precacheAndRoute([{ "url": "index.html", - "revision": "0.i6hkd1cnpb" + "revision": "0.dc5rn1lchj8" }], {}); workbox.cleanupOutdatedCaches(); workbox.registerRoute(new workbox.NavigationRoute(workbox.createHandlerBoundToURL("index.html"), { diff --git a/src/components/Login.vue b/src/components/Login.vue index 0f93450..e8b83fb 100644 --- a/src/components/Login.vue +++ b/src/components/Login.vue @@ -14,10 +14,10 @@
- Nostr Login + {{ t('login.title') }} - Login with your Nostr private key or generate a new one + {{ t('login.description') }}
@@ -26,43 +26,53 @@
- +
+ + +

{{ error }}

-

- Make sure to save your private key in a secure location. You can use it to recover your chat history on any device. -

+

{{ t('login.recovery.message') }}

-
@@ -71,12 +81,15 @@