Fix bug
This commit is contained in:
parent
4a9a61f108
commit
8f39655fef
2 changed files with 5 additions and 4 deletions
|
@ -60,7 +60,8 @@ export default define(meta, (ps, me) => new Promise(async (res, rej) => {
|
|||
driveCapacityPerLocalUserMb: instance.localDriveCapacityMb,
|
||||
driveCapacityPerRemoteUserMb: instance.remoteDriveCapacityMb,
|
||||
cacheRemoteFiles: instance.cacheRemoteFiles,
|
||||
recaptchaSiteKey: instance.enableRecaptcha ? instance.recaptchaSiteKey : null,
|
||||
enableRecaptcha: instance.enableRecaptcha,
|
||||
recaptchaSiteKey: instance.recaptchaSiteKey,
|
||||
swPublickey: config.sw ? config.sw.public_key : null,
|
||||
bannerUrl: instance.bannerUrl,
|
||||
maxNoteTextLength: instance.maxNoteTextLength,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue