Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/polls.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordartcafe <github@dartcafe.de>2020-05-02 10:04:39 +0300
committerdartcafe <github@dartcafe.de>2020-05-02 10:04:39 +0300
commita0b8cba535418f3388680af82917b600f487bfb6 (patch)
tree32b29dae09fe86d5e9a5ee1ecec9678b51705a61 /src/js/views/NotFound.vue
parent78471e1df3112bd5e1312d661bd4d44c4d5c4985 (diff)
use @nextcloud/auth
Diffstat (limited to 'src/js/views/NotFound.vue')
-rw-r--r--src/js/views/NotFound.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/js/views/NotFound.vue b/src/js/views/NotFound.vue
index 7df03bd8..d530fa21 100644
--- a/src/js/views/NotFound.vue
+++ b/src/js/views/NotFound.vue
@@ -26,7 +26,7 @@
<div id="emptycontent-icon" class="icon-search" />
<h2>{{ t('polls', 'The poll does not exist') }}</h2>
- <p v-if="OC.currentUser" class="emptycontent-additional">
+ <p v-if="getCurrentUser" class="emptycontent-additional">
{{ t('polls', 'Enter a poll or start a new one.') }}
</p>
<button v-else @click="gotoLogin()">