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

github.com/nextcloud/twofactor_totp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2020-08-26 11:36:17 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2020-08-26 11:36:17 +0300
commit529594d5c134ae51e4db72692196fc15fa5025f2 (patch)
treea25d97bdc6bc9ab8e7112c267506a283d93a4d14 /src
parent0724707f2a7c0b6e23430e2f9522b2b44cfab39f (diff)
Fix the js test
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'src')
-rw-r--r--src/tests/setup.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tests/setup.js b/src/tests/setup.js
index 63e5df5..8823a68 100644
--- a/src/tests/setup.js
+++ b/src/tests/setup.js
@@ -39,4 +39,5 @@ global.OC = {
getCurrentUser: () => {
return { uid: false }
},
+ isUserAdmin: () => false,
}