diff options
author | Jesusaves <cpntb1@ymail.com> | 2022-02-24 06:31:38 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2022-02-24 06:31:38 -0300 |
commit | 89aad13e97ec0ff705ae5a96d68357ed3754822b (patch) | |
tree | e783516ac66b4dbb60755125842d30e4d8f89685 | |
parent | 8f2f1f0718249a20a07a5d7948b2c7b63fae0e9e (diff) | |
download | website-89aad13e97ec0ff705ae5a96d68357ed3754822b.tar.gz website-89aad13e97ec0ff705ae5a96d68357ed3754822b.tar.bz2 website-89aad13e97ec0ff705ae5a96d68357ed3754822b.tar.xz website-89aad13e97ec0ff705ae5a96d68357ed3754822b.zip |
Add a warning just in case Yandex gets targetted and this disrupt our users.
This would affect Support only.
-rw-r--r-- | src/views/Support.vue | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/views/Support.vue b/src/views/Support.vue index 98c66cb..27a54e4 100644 --- a/src/views/Support.vue +++ b/src/views/Support.vue @@ -1,6 +1,10 @@ <template> <main class="support"> <h1>Support</h1> + <div class="specialEvent"> + <b>NOTICE:</b> Due the crescent escalation in the conflict between Russia, Europe and US, some email-based features may eventually not work.<br/> + Please contact us on IRC, Matrix, Discord or ingame if you're unable to reset your password on the web portal, or if GDPR request emails fail to be delivered. + </div> <p>Please select your issue below. If you cannot find your issue, contact us.</p> <h1>Account problems</h1> |