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

View File

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