diff --git a/.env.example b/.env.example index 50e99cd..1886d22 100644 --- a/.env.example +++ b/.env.example @@ -17,4 +17,4 @@ GOOGLE_REDIRECT_URI= # Web Push / VAPID (Task 10) VAPID_PUBLIC_KEY= VAPID_PRIVATE_KEY= -VAPID_SUBJECT=mailto:owner@theodo.com +VAPID_SUBJECT=mailto:example@theodo.com diff --git a/app/components/BoardView.vue b/app/components/BoardView.vue index 9b074ac..6c29833 100644 --- a/app/components/BoardView.vue +++ b/app/components/BoardView.vue @@ -1,12 +1,12 @@