fix(xo-server/isHostServerTimeConsistent): change host permission from administrate to view (#5780)

This commit is contained in:
Pierre Donias 2021-05-18 10:22:24 +02:00 committed by GitHub
parent 84b3162bcd
commit f29473ef4c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -288,7 +288,7 @@ isHostServerTimeConsistent.params = {
} }
isHostServerTimeConsistent.resolve = { isHostServerTimeConsistent.resolve = {
host: ['host', 'host', 'administrate'], host: ['host', 'host', 'view'],
} }
// ------------------------------------------------------------------- // -------------------------------------------------------------------